summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:38:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:38:06 (GMT)
commit7225519e2afbf4f96804a29661cf6023443a270c (patch)
treefc49974a5efbb83c48b2abf7673b11e51e8111d8 /tools
parentb98f6300096235574e67accdd5b8d0c3dba66688 (diff)
downloadhdf5-7225519e2afbf4f96804a29661cf6023443a270c.zip
hdf5-7225519e2afbf4f96804a29661cf6023443a270c.tar.gz
hdf5-7225519e2afbf4f96804a29661cf6023443a270c.tar.bz2
Revert declaration used in macro.
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5diff_array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c
index aeb4f95..c83b88d 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -2258,6 +2258,7 @@ static hsize_t character_compare_opt(unsigned char *mem1, unsigned char *mem2,
unsigned char temp1_uchar;
unsigned char temp2_uchar;
double per;
+ hbool_t both_zero;
HDmemcpy(&temp1_uchar, mem1, sizeof(unsigned char));
HDmemcpy(&temp2_uchar, mem2, sizeof(unsigned char));