summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-12 18:31:21 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-12 18:31:21 (GMT)
commitff91dd8c3b3d376f005790d5105daf0ee23a73a9 (patch)
treed55f148fbb3edacad79f991fde2f89138d37457d /src/H5R.c
parent3736cc2a1d41f96d740079cc8201f761961b582a (diff)
downloadhdf5-ff91dd8c3b3d376f005790d5105daf0ee23a73a9.zip
hdf5-ff91dd8c3b3d376f005790d5105daf0ee23a73a9.tar.gz
hdf5-ff91dd8c3b3d376f005790d5105daf0ee23a73a9.tar.bz2
[svn-r22457] rename location types for objects at the VOL level
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 87edbea..d30cf90 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -525,7 +525,7 @@ H5Rdereference2(hid_t obj_id, hid_t oapl_id, H5R_type_t ref_type, const void *_r
if(_ref == NULL)
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "invalid reference pointer")
- loc_params.type = H5VL_OBJECT_LOOKUP_BY_REF;
+ loc_params.type = H5VL_OBJECT_BY_REF;
loc_params.loc_data.loc_by_ref.ref_type = ref_type;
loc_params.loc_data.loc_by_ref._ref = _ref;
loc_params.loc_data.loc_by_ref.plist_id = oapl_id;