Fixed text-related range error, now observing value read not expected.

This commit is contained in:
Ward Fisher 2015-12-22 12:39:16 -07:00
parent c39ea84ac3
commit c0e32ddb80

View File

@ -141,7 +141,7 @@ extern int numTypes; /* number of netCDF data types to test */
/* Limits of internal types */
#define text_min CHAR_MIN
#define text_min SCHAR_MIN
#define uchar_min 0
#define schar_min SCHAR_MIN
#define short_min SHRT_MIN
@ -157,7 +157,7 @@ extern int numTypes; /* number of netCDF data types to test */
#define uint64_min 0
#define ulonglong_min uint64_min
#define text_max CHAR_MAX
#define text_max SCHAR_MAX
#define uchar_max UCHAR_MAX
#define schar_max SCHAR_MAX
#define short_max SHRT_MAX