From: Rich Felker Date: Thu, 12 Apr 2012 01:29:12 +0000 (-0400) Subject: fix stupid typo in floatscan that caused excess rounding of some values X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=96acdae944f44a4a757cd98de297490fea2dddb5 fix stupid typo in floatscan that caused excess rounding of some values --- diff --git a/src/internal/floatscan.c b/src/internal/floatscan.c index b2313293..a76daa46 100644 --- a/src/internal/floatscan.c +++ b/src/internal/floatscan.c @@ -159,7 +159,7 @@ static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int po rp += 9-rpm9; } - while (rp < 9*LD_B1B_DIG || (rp == 9*LD_B1B_DIG && x[0]