From 0d335d7af7ebc14f67e9b756d8e3b1611ec0b773 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 17 Nov 2016 17:04:23 +0100 Subject: [PATCH] eit grabber: fix typo --- src/epggrab/module/eit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epggrab/module/eit.c b/src/epggrab/module/eit.c index 3e60d98d4..815eb3f1e 100644 --- a/src/epggrab/module/eit.c +++ b/src/epggrab/module/eit.c @@ -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) */ -- 2.47.3