diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:31:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:31:41 (GMT) |
commit | 780d0653f8c9cf61a648ad672bd31832a62785b9 (patch) | |
tree | 68c123ba5e6c7d7e2c34fd88f6faf64ac7a3b073 /src/H5D.c | |
parent | 6f2813dca722be761f45ca06eb03d96acae3a219 (diff) | |
download | hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.zip hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.gz hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.bz2 |
HDFFV-10170 fix reconfigure
Diffstat (limited to 'src/H5D.c')
-rw-r--r-- | src/H5D.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1022,7 +1022,7 @@ H5Dget_chunk_storage_size(hid_t dset_id, const hsize_t *offset, hsize_t *chunk_n herr_t ret_value = SUCCEED; FUNC_ENTER_API(FAIL) - H5TRACE1("h", "i", dset_id); + H5TRACE3("e", "i*h*h", dset_id, offset, chunk_nbytes); /* Check arguments */ if(NULL == (dset = (H5D_t *)H5I_object_verify(dset_id, H5I_DATASET))) |