From 91c39600263e93d22feb2e68da1634996388c953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 31 Aug 2007 18:24:35 +0000 Subject: [PATCH] fix compile (shame on me) --- epg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epg.c b/epg.c index 422c8a3e..fd8b2a2d 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); }