summaryrefslogtreecommitdiff
path: root/audio/tosha/patches/patch-ab
blob: 8c790d7dd45c540da35904157694687bf957d89a (plain)
1
2
3
4
5
6
7
8
9
10
11
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;