mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:25:43 +00:00
[CMAKE]
Sync trunk up to r50477. svn path=/branches/cmake-bringup/; revision=50504
This commit is contained in:
commit
e2b7eacdd5
162 changed files with 4613 additions and 6228 deletions
|
@ -18,6 +18,7 @@ _ecvt (double value, int ndigits, int *decpt, int *sign)
|
|||
static char ecvtbuf[DBL_MAX_10_EXP + 10];
|
||||
char *cvtbuf, *s, *d;
|
||||
|
||||
if (ndigits < 0) ndigits = 0;
|
||||
s = cvtbuf = (char*)malloc(ndigits + NUMBER_EFMT);
|
||||
d = ecvtbuf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue