Fast-extraction works, non-tar too! Disable DEBUG

pull/2/head
Dave Vasilevsky 14 years ago
parent 0b37d9398d
commit b1ffeb1490

@ -6,7 +6,7 @@
* - verify file-index matches archive contents
*/
#define DEBUG 1
#define DEBUG 0
#if DEBUG
#define debug(str, ...) fprintf(stderr, str "\n", ##__VA_ARGS__)
#else

Loading…
Cancel
Save