summaryrefslogtreecommitdiff
path: root/audio/tosha/patches/patch-ab
blob: 249a03da1abad23edb5139c384ede60861444645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.2 1998/08/07 10:36:17 agc Exp $

--- 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;