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

coverity#708545 Uninitialized scalar field

Change-Id: I07bbda38cc030212e27505b92ccb449ba0c5c76b
üst 03ba7409
......@@ -556,6 +556,7 @@ BigInt::BigInt( double nValue )
}
BigInt::BigInt( sal_uInt32 nValue )
: nVal(0)
{
bIsSet = true;
if ( nValue & 0x80000000UL )
......
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