summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-08-25 16:05:00 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-08-25 16:05:00 (GMT)
commit64842512fd88f7020e0bc7feb189d5fe60793671 (patch)
tree926e35b214009f449f7eda7697a6efa286512bf6 /tools
parent0c8cee593ff5907958fbe89de8a3bf6d1fe5b039 (diff)
downloadhdf5-64842512fd88f7020e0bc7feb189d5fe60793671.zip
hdf5-64842512fd88f7020e0bc7feb189d5fe60793671.tar.gz
hdf5-64842512fd88f7020e0bc7feb189d5fe60793671.tar.bz2
[svn-r15527] turn off a debug print flag
tested: windows, linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repack_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c
index 766da44..35bf1c9 100644
--- a/tools/h5repack/h5repack_copy.c
+++ b/tools/h5repack/h5repack_copy.c
@@ -23,7 +23,7 @@
extern char *progname;
-#if 1
+#if 0
#define H5REPACK_DEBUG
#endif