From df5d528100d6e614696028241a87c1f662578351 Mon Sep 17 00:00:00 2001 From: "Robert E. McGrath" Date: Sat, 25 Oct 2003 14:37:00 -0500 Subject: [svn-r7737] Purpose: bug fix Description: wrong parameter to subroutine call Solution: use correct parameter Platforms tested: verbena Misc. update: --- tools/h5dump/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 24a0e08..77ce159 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -5301,7 +5301,7 @@ xml_dump_dataset(hid_t did, const char *name, struct subset_t UNUSED * sset) indentation(indent + COL); printf("<%sNoFill/>\n",xmlnsprefix); } else { - xml_dump_fill_value(did,type); + xml_dump_fill_value(dcpl,type); } indent -= COL; -- cgit v0.12