mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Impure offsets must be 32-bit.
This commit is contained in:
parent
78e38a42f0
commit
ab8bbef3df
@ -50,7 +50,7 @@ protected:
|
||||
virtual AggNode* dsqlCopy(DsqlCompilerScratch* dsqlScratch) /*const*/;
|
||||
|
||||
private:
|
||||
USHORT tempImpure;
|
||||
ULONG tempImpure;
|
||||
};
|
||||
|
||||
class ListAggNode : public AggNode
|
||||
|
Loading…
Reference in New Issue
Block a user