git.annexia.org
/
pxzcat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0176eab
)
Disable debugging.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 21 Oct 2013 15:16:27 +0000
(16:16 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 21 Oct 2013 15:16:27 +0000
(16:16 +0100)
pxzcat.c
patch
|
blob
|
history
diff --git
a/pxzcat.c
b/pxzcat.c
index
35d0422
..
437d51e
100644
(file)
--- a/
pxzcat.c
+++ b/
pxzcat.c
@@
-48,7
+48,7
@@
#include <lzma.h>
-#define DEBUG
1
+#define DEBUG
0
#if DEBUG
#define debug(fs,...) fprintf (stderr, "pxzcat: debug: " fs "\n", ## __VA_ARGS__)