mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Addressed an issue in check_vars when -funsigned-chars
This commit is contained in:
parent
60fc0f1181
commit
92d374cbad
2
lldb.txt
2
lldb.txt
@ -1,3 +1,3 @@
|
|||||||
# br s -f test_get.c -l 1002 -c 'i == 11 && j == 2'
|
# br s -f test_get.c -l 1002 -c 'i == 11 && j == 2'
|
||||||
# br s -f test_get.c -l 1019 -c 'i == 11'
|
# br s -f test_get.c -l 1019 -c 'i == 11'
|
||||||
br s -f test_read.c -l 876 -c 'i == 6'
|
br s -f util.c -l 964
|
||||||
|
@ -922,7 +922,7 @@ check_vars(int ncid)
|
|||||||
int err; /* status */
|
int err; /* status */
|
||||||
int i;
|
int i;
|
||||||
size_t j;
|
size_t j;
|
||||||
char text;
|
signed char text;
|
||||||
double value;
|
double value;
|
||||||
nc_type datatype;
|
nc_type datatype;
|
||||||
int ndims;
|
int ndims;
|
||||||
|
Loading…
Reference in New Issue
Block a user