From: Jaroslav Kysela Date: Thu, 22 Feb 2018 15:12:13 +0000 (+0100) Subject: psip: fix compilation problem X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=467cb5c5b30f10edd962e6e8b3442cb7f98e2e9a;p=thirdparty%2Ftvheadend.git psip: fix compilation problem --- diff --git a/src/epggrab/module/psip.c b/src/epggrab/module/psip.c index 9a6ba041f..1910aef70 100644 --- a/src/epggrab/module/psip.c +++ b/src/epggrab/module/psip.c @@ -376,8 +376,7 @@ _psip_eit_callback_channel if (size > len) break; - if (epg_channel_ignore_broadcast(ch, start)) - goto next; + if (epg_channel_ignore_broadcast(ch, start)) continue; title = atsc_get_string(ptr+10, titlelen); if (title == NULL) continue;