mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r14137] Description:
Correct name used for checking objects to operate on for h5repack, exposed by recent traversal routine changes. Tested on: Solaris/32 5.10 (linew) w/szip
This commit is contained in:
parent
3bed870363
commit
33efca34cb
@ -120,7 +120,7 @@ int check_objects(const char* fname,
|
||||
}
|
||||
else
|
||||
{
|
||||
if ((did=H5Dopen(fid,travt->objs[i].name))<0)
|
||||
if ((did=H5Dopen(fid,name))<0)
|
||||
goto out;
|
||||
if ((sid=H5Dget_space(did))<0)
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user