Skip to content

Commit

Permalink
Remove an incorrect change
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Aug 20, 2024
1 parent 49665a8 commit c139c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5VLint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ H5VL__object(hid_t id, H5I_type_t obj_type)
case H5I_ATTR:
case H5I_MAP:
/* get the object */
if (NULL == (vol_obj = (H5VL_object_t *)H5VL_vol_object(id)))
if (NULL == (vol_obj = (H5VL_object_t *)H5I_object(id)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, NULL, "invalid identifier");
break;

Expand Down

0 comments on commit c139c43

Please sign in to comment.