eit: fix bug from last set of merges from my epg-update branch
This commit is contained in:
parent
df44bad3e9
commit
21c7aa7252
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ static int _eit_process_event
|
|||
ret = 12 + dllen;
|
||||
|
||||
/* Find broadcast */
|
||||
ebc = epg_broadcast_find_by_time(NULL, start, stop, eid, 1, &save2);
|
||||
ebc = epg_broadcast_find_by_time(ch, start, stop, eid, 1, &save2);
|
||||
tvhtrace("eit", "eid=%5d, start=%"PRItime_t", stop=%"PRItime_t", ebc=%p",
|
||||
eid, start, stop, ebc);
|
||||
if (!ebc) return dllen + 12;
|
||||
|
|
Loading…
Add table
Reference in a new issue