diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-24 12:55:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-24 12:55:05 (GMT) |
commit | 5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca (patch) | |
tree | 53d9f6ebb58dda1102d35aa85d5600f7fa143260 /src/H5B2.c | |
parent | d8aa6761758bcaf29486b4ece50ebb761ca11c8e (diff) | |
parent | 5c99d4e4df67699b81f1323e27a4df935d90e465 (diff) | |
download | hdf5-5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca.zip hdf5-5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca.tar.gz hdf5-5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '5c99d4e4df67699b81f1323e27a4df935d90e465':
Normalization with vol_integration (misc internal and datatype)
Diffstat (limited to 'src/H5B2.c')
-rw-r--r-- | src/H5B2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ H5B2_open(H5F_t *f, haddr_t addr, void *ctx_udata) /* Look up the B-tree header */ if(NULL == (hdr = H5B2__hdr_protect(f, addr, ctx_udata, H5AC__READ_ONLY_FLAG))) - HGOTO_ERROR(H5E_BTREE, H5E_CANTPROTECT, NULL, "unable to protect v2 B-tree header") + HGOTO_ERROR(H5E_BTREE, H5E_CANTPROTECT, NULL, "unable to protect v2 B-tree header") /* Check for pending heap deletion */ if(hdr->pending_delete) |