8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
This commit is contained in:
asfernandes 2008-03-26 02:37:14 +00:00
parent 5289e109e0
commit ab3855585b

View File

@ -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];
}