aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index b7d6bd58e..40662f021 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1027,7 +1027,7 @@ void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){
mul2(r,rr, 1.0e-01, -5.5511151231257827021e-18, &r, &rr);
}
}else{
- while( r<1.0e-98 ){
+ while( r<1.0e-82 ){
exp -= 100;
mul2(r, rr, 1.0e+100, -1.5902891109759918046, &r, &rr);
}