From: Andreas Ă–man Date: Fri, 31 Aug 2007 18:24:35 +0000 (+0000) Subject: fix compile (shame on me) X-Git-Tag: 2.12~1452 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91c39600263e93d22feb2e68da1634996388c953;p=thirdparty%2Ftvheadend.git fix compile (shame on me) --- diff --git a/epg.c b/epg.c index 422c8a3e0..fd8b2a2da 100644 --- a/epg.c +++ b/epg.c @@ -262,7 +262,8 @@ check_overlap(th_channel_t *ch, event_t *e) if(p != NULL) { if(check_overlap0(ch, p)) return 1; - + } + return check_overlap0(ch, e); }