mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Add comma
This commit is contained in:
parent
db6348aec3
commit
afaee0f4ae
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void addnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix)
|
||||||
_addnum(pa, b, radix);
|
_addnum(pa, b, radix);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ // if pa is zero and b isn't just copy b.
|
{ // if pa is zero and b isn't, just copy b.
|
||||||
DUPNUM(*pa, b);
|
DUPNUM(*pa, b);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue