From b1ffeb1490f0fd3356b55985767a9d2c3973777b Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Wed, 13 Oct 2010 13:14:30 -0400 Subject: [PATCH] Fast-extraction works, non-tar too! Disable DEBUG --- pread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pread.c b/pread.c index b8e2b85..cc40ef2 100644 --- a/pread.c +++ b/pread.c @@ -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