summaryrefslogtreecommitdiffstats
path: root/src/H5B.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-15 17:40:53 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-15 17:40:53 (GMT)
commitcdd8891bc15bef7c52aff39e707f09804b6551db (patch)
treeefa6845b7776497e53d019d75ee7dd693edcfc4d /src/H5B.c
parenta5a121cd0a7939011a8d1172a30da22d760feb4b (diff)
downloadhdf5-cdd8891bc15bef7c52aff39e707f09804b6551db.zip
hdf5-cdd8891bc15bef7c52aff39e707f09804b6551db.tar.gz
hdf5-cdd8891bc15bef7c52aff39e707f09804b6551db.tar.bz2
[svn-r28666] Minor trunk->revise_chunks normalization.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Diffstat (limited to 'src/H5B.c')
-rw-r--r--src/H5B.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5B.c b/src/H5B.c
index c2e93c1..3b34c4d 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -1274,6 +1274,7 @@ H5B__remove_helper(H5F_t *f, hid_t dxpl_id, haddr_t addr, const H5B_class_t *typ
FUNC_ENTER_STATIC
HDassert(f);
+ HDassert(H5F_addr_defined(addr));
HDassert(type);
HDassert(type->decode);
HDassert(type->cmp3);