summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclStrToD.c')
-rw-r--r--generic/tclStrToD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStrToD.c b/generic/tclStrToD.c
index a93c81b..e8cd416 100644
--- a/generic/tclStrToD.c
+++ b/generic/tclStrToD.c
@@ -1650,7 +1650,7 @@ MakeHighPrecisionDouble(
goto returnValue;
}
if (numSigDigs+exponent-1 < minDigits) {
- retval = 0;
+ retval = 0.0;
goto returnValue;
}