From 33efca34cb30bcf7e17f6e3aa580233bd58a0075 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 7 Sep 2007 14:08:07 -0500 Subject: [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 --- tools/h5repack/h5repack_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5repack/h5repack_list.c b/tools/h5repack/h5repack_list.c index 78b8858..4bbfd59 100644 --- a/tools/h5repack/h5repack_list.c +++ b/tools/h5repack/h5repack_list.c @@ -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; -- cgit v0.12