aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/dbug606728.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/dbug606728.diff')
-rw-r--r--debian/patches/dbug606728.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/dbug606728.diff b/debian/patches/dbug606728.diff
new file mode 100644
index 0000000..6704acc
--- /dev/null
+++ b/debian/patches/dbug606728.diff
@@ -0,0 +1,12 @@
+Index: linuxtv-dvb-apps-1.1.1+rev1483/util/dvbscan/dvbscan.c
+===================================================================
+--- linuxtv-dvb-apps-1.1.1+rev1483.orig/util/dvbscan/dvbscan.c 2012-04-11 00:44:06.000000000 +1000
++++ linuxtv-dvb-apps-1.1.1+rev1483/util/dvbscan/dvbscan.c 2012-05-13 20:14:41.000000000 +1000
+@@ -225,6 +225,7 @@
+ output_filename = argv[argpos+2];
+ if (!strcmp(output_filename, "-"))
+ output_filename = NULL;
++ argpos+=3;
+ } else {
+ if ((argc - argpos) != 1)
+ usage();