summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-23 21:29:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-23 21:29:21 (GMT)
commit1b6981c0620bde3f71c08d3575c47a724c98121e (patch)
tree6e8b915931084637d91c52ea47e203ae0594034d /tools/lib/h5tools.h
parentcaa9e0c055f0837061d6586c55fd99fc596114fa (diff)
downloadhdf5-1b6981c0620bde3f71c08d3575c47a724c98121e.zip
hdf5-1b6981c0620bde3f71c08d3575c47a724c98121e.tar.gz
hdf5-1b6981c0620bde3f71c08d3575c47a724c98121e.tar.bz2
[svn-r15938]
for some reason , the use of H5_PRINTF_LL_WIDTH to convert to a unsigned long long format, is not working in ia64 linux (tg-login3) extra characters are printed, this time in h5ls hardcoded the format defined in HSIZE_T_FORMAT to "%llu" tested: windows, linux (kagiso), solaris, ia64 linux (tg-login3)
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index fb24f76..0ec07e5 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -48,7 +48,7 @@
#define H5TOOLS_MALLOCSIZE (128 * 1024 * 1024)
/* format for hsize_t */
-#define HSIZE_T_FORMAT "%"H5_PRINTF_LL_WIDTH"u"
+#define HSIZE_T_FORMAT "%llu"
/*
* Information about how to format output.