summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-31 16:04:31 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-31 16:04:31 (GMT)
commit70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe (patch)
tree00adcecf22f1b73a490f2adabcd582710a2f5ea9 /tools/lib/h5tools.c
parent87449d081d1c99312034d917502f2b6aca2ee60c (diff)
downloadhdf5-70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe.zip
hdf5-70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe.tar.gz
hdf5-70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe.tar.bz2
[svn-r12518] h5dump binary output:
1. changed the -F flag option names to "BE and "LE" for big and little endian 2. added a more verbose usage message for these options 3. add a new test 4. add a make clean instruction to *.bin
Diffstat (limited to 'tools/lib/h5tools.c')
-rw-r--r--tools/lib/h5tools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c
index a3cb2a8..a4ccf63 100644
--- a/tools/lib/h5tools.c
+++ b/tools/lib/h5tools.c
@@ -1736,7 +1736,6 @@ int render_bin_output(FILE *stream, hid_t tid, void *_mem)
}
else
{
- /* all other types get printed as hexadecimal */
size_t i;
if (1==size)
{