diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-18 18:03:29 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-18 18:03:29 (GMT) |
commit | b73052799cb6007960d2cf3e66c8e3d5a225a673 (patch) | |
tree | bfa566b10facb6e4fd9e92ff0cc80b2d025cc31a /src/H5VLnative.c | |
parent | 6a87cc96a65043ab2b61bc4358c181146b8068f2 (diff) | |
download | hdf5-b73052799cb6007960d2cf3e66c8e3d5a225a673.zip hdf5-b73052799cb6007960d2cf3e66c8e3d5a225a673.tar.gz hdf5-b73052799cb6007960d2cf3e66c8e3d5a225a673.tar.bz2 |
Fixed a missing H5R call.
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r-- | src/H5VLnative.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c index 9c72435..90a5ca5 100644 --- a/src/H5VLnative.c +++ b/src/H5VLnative.c @@ -3109,7 +3109,7 @@ H5VL__native_object_get(void *obj, const H5VL_loc_params_t *loc_params, H5VL_obj break; } - /* H5Rget_obj_type2 */ + /* H5Rget_obj_type1/2 */ case H5VL_REF_GET_TYPE: { H5O_type_t *obj_type = HDva_arg(arguments, H5O_type_t *); |