un-static the read buf

This commit is contained in:
Josh Coalson
2001-02-23 23:34:15 +00:00
parent 1e06734935
commit e6e921bce8

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