Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
eit grabber: fix typo
  • Loading branch information
perexg committed Nov 17, 2016
1 parent ca5f094 commit 0d335d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/eit.c
Expand Up @@ -442,7 +442,7 @@ static int _eit_process_event_one
svc->s_dvb_svcname ?: "(null)", ch ? channel_get_name(ch) : "(null)",
eid, tableid, running,
gmtime2local(start, tm1, sizeof(tm1)),
gmtime2local(start, tm2, sizeof(tm2)), ebc);
gmtime2local(stop, tm2, sizeof(tm2)), ebc);
if (!ebc) return 0;

/* Mark re-schedule detect (only now/next) */
Expand Down

0 comments on commit 0d335d7

Please sign in to comment.