8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

This bug comes from IB, maybe from the dawn of time (PVS-Studio).

This commit is contained in:
robocop 2014-02-22 06:59:42 +00:00
parent 8418b7379f
commit 522520c761

View File

@ -150,8 +150,8 @@ bool CMP_node_match( const qli_nod* node1, const qli_nod* node2)
case nod_constant:
{
if (node1->nod_desc.dsc_dtype != node2->nod_desc.dsc_dtype ||
node2->nod_desc.dsc_scale != node2->nod_desc.dsc_scale ||
node2->nod_desc.dsc_length != node2->nod_desc.dsc_length)
node1->nod_desc.dsc_scale != node2->nod_desc.dsc_scale ||
node1->nod_desc.dsc_length != node2->nod_desc.dsc_length)
{
return false;
}