提交 755fefc9 编写于 作者: M Michiharu Ariza

fix bug

上级 0e81b153
......@@ -204,7 +204,7 @@ struct DictOpSet : OpSet<Number>
break;
case FRAC_PART:
if (likely ((frac_count <= MAX_FRACT / 10)))
if (likely ((fract_part <= MAX_FRACT / 10)))
{
frac_part = (frac_part * 10) + d;
frac_count++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册