From 7b6e64686372deaaf1aab77ae01e2876109dd924 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Sat, 28 Apr 2001 17:57:16 -0500 Subject: [svn-r3868] Purpose: a bug fix Description: When Vsisattr is true, this Vdata still needs to be converted as an independent real "Vdata", We will add object type of this vdata as "Vdata attribute". Solution: erease the evaluation of Vsisattr call. Platforms tested: Linux(eirene) --- tools/h4toh5/h4toh5vgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h4toh5/h4toh5vgroup.c b/tools/h4toh5/h4toh5vgroup.c index 92a6735..1605ec8 100644 --- a/tools/h4toh5/h4toh5vgroup.c +++ b/tools/h4toh5/h4toh5vgroup.c @@ -421,7 +421,7 @@ int convert_vdata(int32 file_id,int32 obj_ref,char * h5pgroup_name, return FAIL; } - if(istat); /*ignore, dependent vdata(attributes, etc.)can be retrieved later.*/ + /* if(istat);*/ /*ignore, dependent vdata(attributes, etc.)can be retrieved later.*/ else { /* independent vdata, read in */ -- cgit v0.12