summaryrefslogtreecommitdiff
path: root/audio/tosha
diff options
context:
space:
mode:
authorthorpej <thorpej>1998-07-16 21:12:56 +0000
committerthorpej <thorpej>1998-07-16 21:12:56 +0000
commit9718ec919c43ead333685c9e842bcbfd94d0aa2f (patch)
tree42b9f824f49704a2add52636747f2160e32a2a0c /audio/tosha
parent7ca09571f6f4bfe65edaf341942af2dfc38abc65 (diff)
downloadpkgsrc-9718ec919c43ead333685c9e842bcbfd94d0aa2f.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;