refix
This commit is contained in:
parent
755fefc921
commit
c01a5f32a3
|
@ -204,7 +204,7 @@ struct DictOpSet : OpSet<Number>
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FRAC_PART:
|
case FRAC_PART:
|
||||||
if (likely ((fract_part <= MAX_FRACT / 10)))
|
if (likely ((frac_part <= MAX_FRACT / 10)))
|
||||||
{
|
{
|
||||||
frac_part = (frac_part * 10) + d;
|
frac_part = (frac_part * 10) + d;
|
||||||
frac_count++;
|
frac_count++;
|
||||||
|
|
Loading…
Reference in New Issue