mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Fix for daily test failure: too many arguments to function 'H5Gopen1'
This commit is contained in:
parent
7bf6d847ae
commit
982852c603
@ -163,7 +163,7 @@ main(void)
|
||||
TEST_ERROR
|
||||
|
||||
/* Open the group */
|
||||
if((gid = H5Gopen(fid, "group", H5P_DEFAULT)) < 0)
|
||||
if((gid = H5Gopen2(fid, "group", H5P_DEFAULT)) < 0)
|
||||
TEST_ERROR
|
||||
|
||||
/* Delete the attributes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user