Kaydet (Commit) b34267ce authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708545 Uninitialized scalar field

Change-Id: I97efb9c1f3bb6554dfded43129a13f93d1cdd4be
üst 64d1fb5a
......@@ -570,7 +570,9 @@ BigInt::BigInt( sal_uInt32 nValue )
else
{
bIsBig = false;
bIsNeg = false;
nVal = nValue;
nLen = 0;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment