tables/eit.c: fix wrong check
The test on line 348 was wrong. It should test for p->p_next to exist instead of testing for it being NULL.
Showing
Please register or sign in to comment
The test on line 348 was wrong. It should test for p->p_next to exist instead of testing for it being NULL.