bc: tweak bc_num_parseDecimal() for readability, logic is not changed
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Dec 2018 15:24:01 +0000 (16:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Dec 2018 15:24:01 +0000 (16:24 +0100)
commit87b49beeda51ef708e5b83c908edeab1ca88339b
tree507ce6fa38633ae0a9c357bf2cf7970c4a2837d8
parent240d7ee3fcff86b557cfac12cb74073e119957a1
bc: tweak bc_num_parseDecimal() for readability, logic is not changed

function                                             old     new   delta
zbc_program_num                                      836     835      -1

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