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:
parent
19266f0187
commit
71d10d3cf7
@ -107,7 +107,7 @@ class DatabaseSnapshot
|
||||
struct Element
|
||||
{
|
||||
ULONG processId;
|
||||
ULONG localId;
|
||||
SLONG localId;
|
||||
ULONG length;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user