]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
iptv: fix default value for ignore_path
authorJaroslav Kysela <perex@perex.cz>
Sun, 3 Dec 2017 15:26:18 +0000 (16:26 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 3 Dec 2017 15:26:18 +0000 (16:26 +0100)
src/input/mpegts/iptv/iptv.c

index a76c583aca705c82c45d61f4677a0c7c304a2fde..944a264cc50b80eccfef41f1c86a2ec9d2ced999 100644 (file)
@@ -938,7 +938,7 @@ const idclass_t iptv_auto_network_class = {
                      "when the identical source is compared - see Help for a detailed explanation."),
       .doc      = prop_doc_ignore_path,
       .off      = offsetof(iptv_network_t, in_ignore_path),
-      .def.s    = 0,
+      .def.i    = 0,
       .opts     = PO_EXPERT
     },
     {}