[svn-r2854] ./hdf5/src/H5Tconv.c

This commit is contained in:
Robb Matzke 2000-11-10 09:34:07 -05:00
parent 407c7100e3
commit 82a7138733

View File

@ -1035,7 +1035,7 @@ H5T_conv_struct(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts,
if (H5T_convert(priv->memb_path[i],
priv->src_memb_id[i],
priv->dst_memb_id[src2dst[i]],
1, 0, 0, /*no striding (packed array)*/
1, 0, 0, /*no striding (packed array)*/
xbuf+src_memb->offset,
xbkg+dst_memb->offset,
dset_xfer_plist)<0) {