8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00
This commit is contained in:
hvlad 2011-01-24 12:43:04 +00:00
parent 0b08d20b3f
commit 8e47db4154

View File

@ -115,7 +115,7 @@ public:
{
if (changeNumber != getStorage()->getChangeNumber())
update_sessions();
return trace_needs & (1 << e);
return trace_needs & (1i64 << e);
}
/* DSQL-friendly routines to call Trace API hooks.