]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
psip: fix compilation problem
authorJaroslav Kysela <perex@perex.cz>
Thu, 22 Feb 2018 15:12:13 +0000 (16:12 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Feb 2018 15:12:13 +0000 (16:12 +0100)
src/epggrab/module/psip.c

index 9a6ba041fae7923a22438a6ec12fabf451c87610..1910aef702e752884bacef140f663358e2519273 100644 (file)
@@ -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;