summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-06-07 10:12:36 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-06-07 10:12:36 (GMT)
commit87695c999ad7ea348ee6dc03b46b0bd345f7d7df (patch)
tree91dac228fd01ace80b8c6a9cef746ced880c27df /src/H5Fquery.c
parent8a2c6d868b70c56622e65cb46e163d2856e1098e (diff)
downloadhdf5-87695c999ad7ea348ee6dc03b46b0bd345f7d7df.zip
hdf5-87695c999ad7ea348ee6dc03b46b0bd345f7d7df.tar.gz
hdf5-87695c999ad7ea348ee6dc03b46b0bd345f7d7df.tar.bz2
Minor normalizations with HDF5 1.10.
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r--src/H5Fquery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index db01dac..e1b11c8 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -229,6 +229,7 @@ H5F_get_extpath(const H5F_t *f)
FUNC_ENTER_NOAPI_NOINIT_NOERR
HDassert(f);
+ HDassert(f->shared);
HDassert(f->shared->extpath);
FUNC_LEAVE_NOAPI(f->shared->extpath)