eit: fix bug from last set of merges from my epg-update branch

This commit is contained in:
Adam Sutton 2013-08-28 20:18:01 +01:00
parent df44bad3e9
commit 21c7aa7252

View file

@ -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;