diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-29 19:47:50 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-29 19:47:50 (GMT) |
commit | 13294e2042f855e92653dc7ca3ff3b5980ee816d (patch) | |
tree | 2347a889df8fc5cd37e29ac89124aa52174dc583 /tools/lib | |
parent | e636e152ea862cb1cb9da3e0141f32ef5459052f (diff) | |
download | hdf5-13294e2042f855e92653dc7ca3ff3b5980ee816d.zip hdf5-13294e2042f855e92653dc7ca3ff3b5980ee816d.tar.gz hdf5-13294e2042f855e92653dc7ca3ff3b5980ee816d.tar.bz2 |
[svn-r15988] Merge with 1.8 up to rev 15871
Regarding h5diff, h5copy
Tested: linux
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index df479de..8876a24 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -454,10 +454,7 @@ hsize_t diff_match(hid_t file1_id, * in file1 must be the same as in file2 *------------------------------------------------------------------------- */ - - /* assume equal contents initially */ - options->contents = 1; - + /* number of different objects */ if ( info1->nused != info2->nused ) { |