mirror of
https://github.com/louisrubet/rpn
synced 2024-12-28 09:58:52 +01:00
#172: removed buggy decimal digits fixing when binary
This commit is contained in:
parent
bd832c673b
commit
3be884c4e3
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue