mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
signed/unsigned mismatch bugfix
This commit is contained in:
parent
982e3c5f88
commit
4a8ec9ecd4
@ -336,7 +336,7 @@ ADS array_desc, SLONG * variables, void (*callback) (), SLICE argument)
|
||||
arg.sdl_arg_status_vector = status_vector;
|
||||
p = sdl + 1;
|
||||
|
||||
while ((SCHAR) * p != gds_sdl_eoc)
|
||||
while ((UCHAR) * p != gds_sdl_eoc)
|
||||
switch (*p++) {
|
||||
case gds_sdl_struct:
|
||||
for (n = *p++; n; --n) {
|
||||
|
Loading…
Reference in New Issue
Block a user