From 2ce9e72bfbb73d4f3a56ac4f34b980ba7b17c5c7 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Fri, 4 Jun 1999 12:59:20 -0500 Subject: [svn-r1301] fixed the number of parameters to h5dump_fixtype. --- tools/h5ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5ls.c b/tools/h5ls.c index e008510..0a361c3 100644 --- a/tools/h5ls.c +++ b/tools/h5ls.c @@ -1098,7 +1098,7 @@ list_attr (hid_t obj, const char *attr_name, void UNUSED *op_data) info.line_pre = " %s \""; info.line_suf = "\""; } - if ((p_type=h5dump_fixtype(type,FALSE))>=0) { + if ((p_type=h5dump_fixtype(type))>=0) { need = nelmts * MAX(H5Tget_size(type), H5Tget_size(p_type)); buf = malloc(need); assert(buf); -- cgit v0.12