[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:
Robert E. McGrath 2003-10-25 14:37:00 -05:00
parent ccb5838240
commit df5d528100

View File

@ -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;