mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
Fix the error found after earlier checkin.
This commit is contained in:
parent
dec2f588ac
commit
7a5fa418e3
@ -248,9 +248,9 @@ h5ovisit_c(hid_t_f *group_id, int_f *index_type, int_f *order, H5O_iterate_t op,
|
||||
herr_t func_ret_value; /* H5Linterate return value */
|
||||
|
||||
/*
|
||||
* Call H5Ovisit
|
||||
* Call H5Ovisit2
|
||||
*/
|
||||
func_ret_value = H5Ovisit( (hid_t)*group_id, (H5_index_t)*index_type, (H5_iter_order_t)*order, op, op_data, H5O_INFO_ALL);
|
||||
func_ret_value = H5Ovisit2( (hid_t)*group_id, (H5_index_t)*index_type, (H5_iter_order_t)*order, op, op_data, H5O_INFO_ALL);
|
||||
|
||||
ret_value = (int_f)func_ret_value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user