提交 0e81b153 编写于 作者: M Michiharu Ariza

fix typo

上级 85d4b15c
......@@ -204,7 +204,7 @@ struct DictOpSet : OpSet<Number>
break;
case FRAC_PART:
if (likely ((fract_count <= MAX_FRACT / 10)))
if (likely ((frac_count <= 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.
先完成此消息的编辑!
想要评论请 注册