mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Misc
This commit is contained in:
parent
5289e109e0
commit
ab3855585b
@ -1841,8 +1841,7 @@ else
|
||||
|
||||
fb_assert(statement_id >= -1);
|
||||
|
||||
if (((ULONG) statement_id < port->port_objects.getCount())
|
||||
&& (statement_id >= 0))
|
||||
if (((ULONG) statement_id < port->port_objects.getCount()) && (statement_id >= 0))
|
||||
{
|
||||
statement = port->port_objects[statement_id];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user