mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r4755] Purpose:
Bug Fix Description: Change H5Rget_object_type to H5Rget_obj_type. Platforms tested: Linux 2.2.x (eirene)
This commit is contained in:
parent
94f3abb555
commit
6ba2c123e6
@ -221,7 +221,7 @@ nh5rget_object_type_obj_c (hid_t_f *dset_id, int_f *ref, int_f *obj_type)
|
||||
* Call H5Rget_object_type function.
|
||||
*/
|
||||
c_dset_id = *dset_id;
|
||||
c_obj_type = H5Rget_object_type(c_dset_id, &ref_c);
|
||||
c_obj_type = H5Rget_obj_type(c_dset_id, H5R_OBJECT, &ref_c);
|
||||
if(c_obj_type < 0) return ret_value;
|
||||
*obj_type = (int_f)c_obj_type;
|
||||
ret_value = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user