un-static the read buf
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 23 Feb 2001 23:34:15 +0000 (23:34 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 23 Feb 2001 23:34:15 +0000 (23:34 +0000)
src/metaflac/main.c

index cd52504..308e620 100644 (file)
@@ -127,7 +127,7 @@ int usage(const char *message, ...)
 
 bool list(FILE *f, bool verbose)
 {
-       static byte buf[65536], *b;
+       byte buf[65536], *b;
        FLAC__StreamMetaData metadata;
        unsigned blocknum = 0, byte_offset = 0, i;