mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
un-static the read buf
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user