bc: use unsigned division by 10 instead of signed
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 18:05:32 +0000 (19:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 18:05:32 +0000 (19:05 +0100)
commitb3cb90124bcf1786710c200c00530fd3f213929d
tree19f26126ac8b71cb787ec07a1e81a7acce4f08a9
parent06fa65bd95455e97d2275ee4d74167f9bfd251c0
bc: use unsigned division by 10 instead of signed

function                                             old     new   delta
bc_num_k                                             990     988      -2

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c