mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Fix warning
This commit is contained in:
parent
14bc11c27b
commit
44a95e48e6
@ -163,7 +163,7 @@ namespace Jrd
|
||||
|
||||
bool testFlags(UCHAR mask) const
|
||||
{
|
||||
return (m_flags & mask != 0);
|
||||
return ((m_flags & mask) != 0);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user