summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-10 14:51:43 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-10 14:51:43 (GMT)
commit041e56526287225fe5675a5a2096692749cdf66d (patch)
treead15077f9d511d31e37f8e784c87533156748c97 /src/H5R.c
parente582da571d5ac665351768c9c4ae5fb3f863c9cc (diff)
downloadhdf5-041e56526287225fe5675a5a2096692749cdf66d.zip
hdf5-041e56526287225fe5675a5a2096692749cdf66d.tar.gz
hdf5-041e56526287225fe5675a5a2096692749cdf66d.tar.bz2
[svn-r22540] fix bug in H5R_get_name
more named datatype bugs: - fix bug in Name replace traversal callback - fix bug in H5G_test A stable version finally..
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 053a811..4faf47b 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -889,12 +889,12 @@ H5R_get_name(H5G_loc_t *loc, hid_t lapl_id, hid_t dxpl_id, H5R_type_t ref_type,
FUNC_ENTER_NOAPI_NOINIT
/* Check args */
- HDassert(f);
HDassert(_ref);
HDassert(name);
/* Get the file pointer from the entry */
f = loc->oloc->file;
+ HDassert(f);
/* Initialize the object location */
H5O_loc_reset(&oloc);