summaryrefslogtreecommitdiffstats
path: root/tools/h5dump.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-03 16:46:09 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-03 16:46:09 (GMT)
commitc13e76ffeec1a574697d44c40953a36bdb72eddf (patch)
treea12743fc796c44efaa2a6db004885930972e1af2 /tools/h5dump.c
parentcc81ff713a85a439b6819e5b4f6ff21d2a2c079c (diff)
downloadhdf5-c13e76ffeec1a574697d44c40953a36bdb72eddf.zip
hdf5-c13e76ffeec1a574697d44c40953a36bdb72eddf.tar.gz
hdf5-c13e76ffeec1a574697d44c40953a36bdb72eddf.tar.bz2
[svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the h5toh4 tool.
had to change some of the functions in the h5findshd.c file since we didn't have the globals anymore. these changes also affected the h5toh5.c file. passes all tests on unix
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r--tools/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index c38a87c..94052b0 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -1196,7 +1196,7 @@ main(int argc, char *argv[])
init_table(&group_table);
init_table(&type_table);
init_table(&dset_table);
- init_prefix(&prefix);
+ init_prefix(&prefix, prefix_len);
/*init the find_objs_t*/
info->threshold = 0;