mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
// FIXME: TODO
|
||||||
|
|
||||||
case _T('f'):
|
case _T('f'):
|
||||||
|
default:
|
||||||
/* Shift the decimal point and round */
|
/* Shift the decimal point and round */
|
||||||
fpval2 = round(sign * fpval * pow(10., precision));
|
fpval2 = round(sign * fpval * pow(10., precision));
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue