提交 7dce5a72 编写于 作者: G Geoff Thorpe

Gets around VC++ compiler pickiness. (long != double)

PR:
上级 3813046d
......@@ -618,7 +618,7 @@ fmtfp(
if (fracpart >= pow10(max)) {
intpart++;
fracpart -= pow10(max);
fracpart -= (long)pow10(max);
}
/* convert integer part */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册