mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[CRT]
Fix uninitialized warning svn path=/trunk/; revision=50387
This commit is contained in:
parent
ce53947b29
commit
97b0bc9cd2
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ format_float(
|
|||
// FIXME: TODO
|
||||
|
||||
case _T('f'):
|
||||
default:
|
||||
/* Shift the decimal point and round */
|
||||
fpval2 = round(sign * fpval * pow(10., precision));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue