coverity#708545 Uninitialized scalar field
Change-Id: I97efb9c1f3bb6554dfded43129a13f93d1cdd4be
This commit is contained in:
parent
64d1fb5ae9
commit
b34267cea1
@ -570,7 +570,9 @@ BigInt::BigInt( sal_uInt32 nValue )
|
||||
else
|
||||
{
|
||||
bIsBig = false;
|
||||
bIsNeg = false;
|
||||
nVal = nValue;
|
||||
nLen = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user