mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
Gregor Schneider <grschneider@gmail.com>
- Negative position values are allowed, fixes 3 "msvcrt_winetest.exe printf" failures (25 fails left). svn path=/trunk/; revision=35799
This commit is contained in:
parent
82290bf5a9
commit
4554d3964d
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ static char *cvt(double arg, int ndigits, int *decpt, int *sign, char *buf, int
|
|||
double fi, fj;
|
||||
char *p, *p1;
|
||||
|
||||
if (ndigits < 0) ndigits = 0;
|
||||
if (ndigits >= CVTBUFSIZE - 1) ndigits = CVTBUFSIZE - 2;
|
||||
r2 = 0;
|
||||
*sign = 0;
|
||||
|
|
Loading…
Reference in a new issue