Fix for daily test failure: too many arguments to function 'H5Gopen1'

This commit is contained in:
Vailin Choi 2019-01-07 11:49:53 -06:00
parent 7bf6d847ae
commit 982852c603

View File

@ -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 */