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

coverity#984163 Uninitialized scalar field

Change-Id: I3ad2a8d22ef274a63de5c01cc74c7d46f947f861
üst 434bc3f6
...@@ -484,6 +484,7 @@ BigInt::BigInt( const BigInt& rBigInt ) ...@@ -484,6 +484,7 @@ BigInt::BigInt( const BigInt& rBigInt )
} }
BigInt::BigInt( const OUString& rString ) BigInt::BigInt( const OUString& rString )
: nLen(0)
{ {
bIsSet = true; bIsSet = true;
bIsNeg = false; bIsNeg = false;
......
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