[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:
Quincey Koziol 2007-09-07 14:08:07 -05:00
parent 3bed870363
commit 33efca34cb

View File

@ -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;