8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

Fixed bug with INT64 array slices. Thanks to Artem Petkevych.

This commit is contained in:
dimitr 2002-06-20 10:01:56 +00:00
parent 8428797dfd
commit 6bfbc84d7c

View File

@ -1006,6 +1006,7 @@ static UCHAR *sdl_desc(UCHAR * ptr, DSC * desc)
case dtype_short:
case dtype_long:
case dtype_quad:
case dtype_int64:
desc->dsc_scale = *((SCHAR *) sdl);
++sdl;
break;