diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2016-04-13 17:41:24 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2016-04-13 17:41:24 (GMT) |
commit | 257689f6b4511ed3031d08d638550aa2e864d294 (patch) | |
tree | a05fb4bbd91ca946baea2282d7f34ac75c08eb4a /src/H5Dcompact.c | |
parent | afd696593b786db4c68d7ad0235da145ba250568 (diff) | |
parent | 261f8c83611db7b19f3a697720926d825b375a1d (diff) | |
download | hdf5-257689f6b4511ed3031d08d638550aa2e864d294.zip hdf5-257689f6b4511ed3031d08d638550aa2e864d294.tar.gz hdf5-257689f6b4511ed3031d08d638550aa2e864d294.tar.bz2 |
[svn-r29689] old merge from trunk.
Diffstat (limited to 'src/H5Dcompact.c')
-rw-r--r-- | src/H5Dcompact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dcompact.c b/src/H5Dcompact.c index b667345..4716bca 100644 --- a/src/H5Dcompact.c +++ b/src/H5Dcompact.c @@ -551,7 +551,7 @@ H5D__compact_copy(H5F_t *f_src, H5O_storage_compact_t *storage_src, H5F_t *f_dst HDmemcpy(storage_dst->buf, buf, storage_dst->size); - if(H5D_vlen_reclaim(tid_mem, buf_space, H5P_DATASET_XFER_DEFAULT, reclaim_buf) < 0) + if(H5D_vlen_reclaim(tid_mem, buf_space, dxpl_id, reclaim_buf) < 0) HGOTO_ERROR(H5E_DATASET, H5E_BADITER, FAIL, "unable to reclaim variable-length data") } /* end if */ else if(H5T_get_class(dt_src, FALSE) == H5T_REFERENCE) { |