Revert declaration used in macro.

This commit is contained in:
Allen Byrne
2019-12-07 08:38:06 -06:00
committed by David Young
parent fe1f87bc5c
commit 70b7848c8e

View File

@@ -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));