diff options
Diffstat (limited to 'desiredata/src')
-rw-r--r-- | desiredata/src/d_soundfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desiredata/src/d_soundfile.c b/desiredata/src/d_soundfile.c index 1b028724..aae60b3e 100644 --- a/desiredata/src/d_soundfile.c +++ b/desiredata/src/d_soundfile.c @@ -39,7 +39,9 @@ objects use Posix-like threads. */ # define lseek lseek64 #endif +#if 0 static bool debug=0; +#endif #define EAT_ARG(ATYPE,VAR) if (argc<1 || argv->a_type != ATYPE) goto usage; else {VAR = *argv++; argc--;} |