mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Update num.cpp
This commit is contained in:
parent
ca896d0585
commit
9a65d7d273
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void _mulnum(PNUMBER* pa, PNUMBER b, uint32_t radix)
|
|||
// digits are in order of increasing significance.
|
||||
while (c->cdigit > 1 && c->mant[c->cdigit - 1] == 0)
|
||||
{
|
||||
c->cdigit--;
|
||||
--c->cdigit;
|
||||
}
|
||||
|
||||
destroynum(*pa);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue