summaryrefslogtreecommitdiffstats
path: root/src/H5Doh.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-05 02:01:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-05 02:01:23 (GMT)
commit8e27e7357506958128d087c4e93e3dcb4fb52ace (patch)
treeaacca527aede81daddad6707c2f9346fc933a773 /src/H5Doh.c
parent16eda679e306fde7fec41f5ff1910be86645e745 (diff)
downloadhdf5-8e27e7357506958128d087c4e93e3dcb4fb52ace.zip
hdf5-8e27e7357506958128d087c4e93e3dcb4fb52ace.tar.gz
hdf5-8e27e7357506958128d087c4e93e3dcb4fb52ace.tar.bz2
Brings atom-->ID and other ID-related changes from develop
Diffstat (limited to 'src/H5Doh.c')
-rw-r--r--src/H5Doh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Doh.c b/src/H5Doh.c
index f6245d5..a991831 100644
--- a/src/H5Doh.c
+++ b/src/H5Doh.c
@@ -328,7 +328,7 @@ H5O__dset_get_oloc(hid_t obj_id)
/* Get the dataset */
if (NULL == (dset = (H5D_t *)H5VL_object(obj_id)))
- HGOTO_ERROR(H5E_OHDR, H5E_BADATOM, NULL, "couldn't get object from ID")
+ HGOTO_ERROR(H5E_OHDR, H5E_BADID, NULL, "couldn't get object from ID")
/* Get the dataset's object header location */
if (NULL == (ret_value = H5D_oloc(dset)))