2
0
mirror of https://github.com/vasi/pixz synced 2024-11-16 21:26:04 +00:00

oops again, turn off debug mode

This commit is contained in:
Dave Vasilevsky 2010-10-14 02:16:06 -04:00
parent b4753b60b9
commit d77e121515

2
pixz.h
View File

@ -20,7 +20,7 @@
#define CHUNKSIZE 4096 #define CHUNKSIZE 4096
#define DEBUG 1 #define DEBUG 0
#if DEBUG #if DEBUG
#define debug(str, ...) fprintf(stderr, str "\n", ##__VA_ARGS__) #define debug(str, ...) fprintf(stderr, str "\n", ##__VA_ARGS__)
#else #else