8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

signed/unsigned mismatch bugfix

This commit is contained in:
tamlin 2002-01-05 16:29:52 +00:00
parent 982e3c5f88
commit 4a8ec9ecd4

View File

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