]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
specified the value on each line
authorJumper78 <52802286+Jumper78@users.noreply.github.com>
Wed, 21 Apr 2021 21:30:04 +0000 (23:30 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Sat, 1 May 2021 03:45:44 +0000 (05:45 +0200)
.DS_Store [new file with mode: 0644]
data/.DS_Store [new file with mode: 0644]
data/conf/.DS_Store [new file with mode: 0644]
src/profile.c

diff --git a/.DS_Store b/.DS_Store
new file mode 100644 (file)
index 0000000..28464e3
Binary files /dev/null and b/.DS_Store differ
diff --git a/data/.DS_Store b/data/.DS_Store
new file mode 100644 (file)
index 0000000..7022c37
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 (file)
index 0000000..adffa9e
Binary files /dev/null and b/data/conf/.DS_Store differ
index ce7e3efe94ef0410f4c9a57fe33be3701551a951..aa8aef961af3e9562d5ee40b188725eb3b14e3f1 100644 (file)
@@ -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;