fix compile (shame on me)
This commit is contained in:
parent
1f471c1dce
commit
91c3960026
1 changed files with 2 additions and 1 deletions
3
epg.c
3
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue