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

localId is always assigned a SLONG and compared to a SLONG, hence I changed it to SLONG.

This commit is contained in:
robocop 2009-01-10 07:30:36 +00:00
parent 19266f0187
commit 71d10d3cf7

View File

@ -107,7 +107,7 @@ class DatabaseSnapshot
struct Element
{
ULONG processId;
ULONG localId;
SLONG localId;
ULONG length;
};