summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-06-07 21:25:23 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-06-07 21:25:23 (GMT)
commit4ee93b78c45f1641c527c0a02f289d4a8d001282 (patch)
treef1b0d28670c653bd04e86553080a38f7c104f639 /tools/h5diff
parent55fbd2aaac6e51bcf292d105ed84f77935c2d747 (diff)
downloadhdf5-4ee93b78c45f1641c527c0a02f289d4a8d001282.zip
hdf5-4ee93b78c45f1641c527c0a02f289d4a8d001282.tar.gz
hdf5-4ee93b78c45f1641c527c0a02f289d4a8d001282.tar.bz2
[svn-r10871] Purpose:
bug fix Description: a condition if (name) was not satisfied when name was NULL, causing a seg fault while trying to iterate a NULL pointer added if (name!=NULL) this can be qualified as a compiler bug Solution: Platforms tested: linux (mir, pgcc 6.0 ) Misc. update:
Diffstat (limited to 'tools/h5diff')
-rwxr-xr-xtools/h5diff/testh5diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index e22e0b6..f837c9f 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -305,7 +305,7 @@ TOOLTEST h5diff_70.txt file5.h5 file6.h5 -v
# # all dataset datatypes
# ##############################################################################
-#TOOLTEST h5diff_80.txt file7.h5 file8.h5 -v
+TOOLTEST h5diff_80.txt file7.h5 file8.h5 -v
# ##############################################################################
# # END