mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r7737] Purpose:
bug fix Description: wrong parameter to subroutine call Solution: use correct parameter Platforms tested: verbena Misc. update:
This commit is contained in:
parent
ccb5838240
commit
df5d528100
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user