From 8374f82883cae8e2c7c2f89d9ee81408a861d9a0 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Fri, 4 Jun 1999 13:29:52 -0500 Subject: [svn-r1302] replaced the 0 in the function call to h5dump_simple_dset to DATSET_DATA --- tools/h5tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5tools.c b/tools/h5tools.c index 01114ed..bdbd98e 100644 --- a/tools/h5tools.c +++ b/tools/h5tools.c @@ -1441,7 +1441,7 @@ h5dump_dset(FILE *stream, const h5dump_t *info, hid_t dset, hid_t _p_type) H5Sclose(f_space); /* Print the data */ - status = h5dump_simple_dset(stream, info, dset, p_type, 0); + status = h5dump_simple_dset(stream, info, dset, p_type, DATASET_DATA); if (p_type!=_p_type) H5Tclose(p_type); return status; } -- cgit v0.12