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

coverity#708544 Uninitialized scalar field

Change-Id: If5813e0321ff68ddf2cdbce3cdd216fda2830849
üst b34267ce
...@@ -531,6 +531,7 @@ BigInt::BigInt( double nValue ) ...@@ -531,6 +531,7 @@ BigInt::BigInt( double nValue )
{ {
bIsBig = false; bIsBig = false;
nVal = 0; nVal = 0;
nLen = 0;
} }
else else
{ {
......
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