diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-08-23 20:06:19 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-08-23 20:06:19 (GMT) |
commit | 021919206df7764f951037ae76ccae006b2eea99 (patch) | |
tree | 61c1332d06b3ef4b8f80ee9d872fb8ca64e64e6a /src/H5Ochunk.c | |
parent | 884ad149e29f7c99487af676f0bbcd88cbf2735f (diff) | |
download | hdf5-021919206df7764f951037ae76ccae006b2eea99.zip hdf5-021919206df7764f951037ae76ccae006b2eea99.tar.gz hdf5-021919206df7764f951037ae76ccae006b2eea99.tar.bz2 |
Fixed the assertion failure for HDFFV-10873.
Diffstat (limited to 'src/H5Ochunk.c')
-rw-r--r-- | src/H5Ochunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ochunk.c b/src/H5Ochunk.c index 94301b3..9ce5a46 100644 --- a/src/H5Ochunk.c +++ b/src/H5Ochunk.c @@ -331,7 +331,7 @@ H5O__chunk_update_idx(H5F_t *f, H5O_t *oh, unsigned idx) H5O_chk_cache_ud_t chk_udata; /* User data for loading chunk */ herr_t ret_value = SUCCEED; /* Return value */ - FUNC_ENTER_PACKAGE + FUNC_ENTER_PACKAGE_TAG(oh->cache_info.addr) /* check args */ HDassert(f); |