mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Added initialization - thanks to Adriano
This commit is contained in:
parent
bf284274f4
commit
59975f66e4
@ -1604,7 +1604,7 @@ void CorrAggNode::aggInit(thread_db* tdbb, jrd_req* request) const
|
||||
if (nodFlags & FLAG_DECFLOAT)
|
||||
{
|
||||
impure->make_decimal128(CDecimal128(0));
|
||||
impure2->dec.x = impure2->dec.x2 = CDecimal128(0);
|
||||
impure2->dec.x = impure2->dec.x2 = impure2->dec.y = impure2->dec.y2 = impure2->dec.xy = CDecimal128(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user