projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc068db
)
Comment out debug printf stmt
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 8 May 2005 07:33:12 +0000
(07:33 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 8 May 2005 07:33:12 +0000
(07:33 +0000)
test/tstsoap1.c
patch
|
blob
|
history
diff --git
a/test/tstsoap1.c
b/test/tstsoap1.c
index
2dd013c
..
a748840
100644
(file)
--- a/
test/tstsoap1.c
+++ b/
test/tstsoap1.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2005, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: tstsoap1.c,v 1.1 2005-05-06 11:11:37 adam Exp $
+ * $Id: tstsoap1.c,v 1.2 2005-05-08 07:33:12 adam Exp $
*/
#include <stdlib.h>
@@
-31,7
+31,9
@@
int main(int argc, char **argv)
xmlDocSetRootElement(doc, top);
xmlDocDumpMemory(doc, &buf_out, &len_out);
+#if 0
printf("%*s", len_out, buf_out);
+#endif
}
#endif
return 0;