summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tcommit.c')
-rw-r--r--src/H5Tcommit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index 76d4083..2a65d5c 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -1023,7 +1023,7 @@ H5T__open_name(const H5G_loc_t *loc, const char *name)
done:
/* Error cleanup */
if (NULL == ret_value)
- if (obj_found && H5F_addr_defined(type_loc.oloc->addr))
+ if (obj_found && H5_addr_defined(type_loc.oloc->addr))
if (H5G_loc_free(&type_loc) < 0)
HDONE_ERROR(H5E_DATATYPE, H5E_CANTRELEASE, NULL, "can't free location")