summaryrefslogtreecommitdiff
path: root/audio/tosha
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>1998-07-16 21:12:56 +0000
committerthorpej <thorpej@pkgsrc.org>1998-07-16 21:12:56 +0000
commitfdf7955d09c78bace763220371e1461c8c43e3c0 (patch)
tree42b9f824f49704a2add52636747f2160e32a2a0c /audio/tosha
parentf5494c1c6b1730897ea752d266d8312fad39c947 (diff)
downloadpkgsrc-fdf7955d09c78bace763220371e1461c8c43e3c0.tar.gz
Someone doesn't understand the difference between arrays and pointers. Quick
hack to make specifying an alternate device work.
Diffstat (limited to 'audio/tosha')
-rw-r--r--audio/tosha/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/tosha/patches/patch-ab b/audio/tosha/patches/patch-ab
new file mode 100644
index 00000000000..8c790d7dd45
--- /dev/null
+++ b/audio/tosha/patches/patch-ab
@@ -0,0 +1,12 @@
+--- tosha.c.orig Thu Jul 16 12:22:42 1998
++++ tosha.c Thu Jul 16 12:23:05 1998
+@@ -183,7 +183,8 @@
+
+ char *tracklstr = "1-100";
+ char *outname = "track%02d.pcm";
+-char device[256];
++char device_store[256];
++char *device = device_store;
+ int indexonly = FALSE;
+ int quiet = FALSE;
+ int verbose = FALSE;