From: Jumper78 <52802286+Jumper78@users.noreply.github.com> Date: Wed, 21 Apr 2021 21:30:04 +0000 (+0200) Subject: specified the value on each line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2299aba0f1746b5c5b71d0356f3c1e1108426f5;p=thirdparty%2Ftvheadend.git specified the value on each line --- diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..28464e3a6 Binary files /dev/null and b/.DS_Store differ diff --git a/data/.DS_Store b/data/.DS_Store new file mode 100644 index 000000000..7022c37a9 Binary files /dev/null and b/data/.DS_Store differ diff --git a/data/conf/.DS_Store b/data/conf/.DS_Store new file mode 100644 index 000000000..adffa9eee Binary files /dev/null and b/data/conf/.DS_Store differ diff --git a/src/profile.c b/src/profile.c index ce7e3efe9..aa8aef961 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1282,10 +1282,10 @@ profile_pass_rewrite_sid_set (void *in, const void *v) const uint16_t *val = v; if (*val != pro->pro_rewrite_sid) { if (*val > 0) { - pro->pro_rewrite_pmt = - pro->pro_rewrite_pat = - pro->pro_rewrite_sdt = - pro->pro_rewrite_nit = + pro->pro_rewrite_pmt = 1; + pro->pro_rewrite_pat = 1; + pro->pro_rewrite_sdt = 1; + pro->pro_rewrite_nit = 1; pro->pro_rewrite_eit = 1; } pro->pro_rewrite_sid = *val; @@ -1527,10 +1527,10 @@ profile_spawn_rewrite_sid_set (void *in, const void *v) const uint16_t *val = v; if (*val != pro->pro_rewrite_sid) { if (*val > 0) { - pro->pro_rewrite_pmt = - pro->pro_rewrite_pat = - pro->pro_rewrite_sdt = - pro->pro_rewrite_nit = + pro->pro_rewrite_pmt = 1; + pro->pro_rewrite_pat = 1; + pro->pro_rewrite_sdt = 1; + pro->pro_rewrite_nit = 1; pro->pro_rewrite_eit = 1; } pro->pro_rewrite_sid = *val;