#172: removed buggy decimal digits fixing when binary

This commit is contained in:
Louis Rubet 2017-06-30 23:06:27 +02:00
parent bd832c673b
commit 3be884c4e3

View file

@ -435,7 +435,6 @@ void bin()
MIN_ARGUMENTS(1);
ARG_MUST_BE_OF_TYPE(0, cmd_number);
((number*)_stack->back())->_representation = number::bin;
number::s_decimal_digits = 0;
}
void dec()