summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5R.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 0162616..9725ffe 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -1818,7 +1818,7 @@ H5Rget_obj_name(hid_t loc_id, href_t _ref, char *name, size_t size)
file = loc.oloc->file;
/* Get name */
- if((ret_value = H5R__get_obj_name(file, H5P_DEFAULT, H5AC_ind_dxpl_id, loc_id, ref, name, size)) < 0)
+ if((ret_value = H5R__get_obj_name(file, H5P_DEFAULT, H5AC_ind_dxpl_id, ref, name, size)) < 0)
HGOTO_ERROR(H5E_REFERENCE, H5E_CANTINIT, FAIL, "unable to determine object path")
done: