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

Correction

This commit is contained in:
asfernandes 2009-01-28 23:04:38 +00:00
parent 8deb0bc2d2
commit 6d13f78931

View File

@ -5464,6 +5464,7 @@ static void iterative_sql_info(ISC_STATUS* user_status,
{
*p++ = isc_info_sql_sqlda_version;
put_vax_short((UCHAR*) p, sqlda->version);
p += 2;
}
memcpy(p, items, (int) item_length);