summaryrefslogtreecommitdiff
path: root/tools/source/generic/bigint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/bigint.cxx')
-rw-r--r--tools/source/generic/bigint.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/generic/bigint.cxx b/tools/source/generic/bigint.cxx
index 5298cd9c9c8e..e7a98b5eebec 100644
--- a/tools/source/generic/bigint.cxx
+++ b/tools/source/generic/bigint.cxx
@@ -531,6 +531,7 @@ BigInt::BigInt( double nValue )
{
bIsBig = false;
nVal = 0;
+ nLen = 0;
}
else
{