bc: simplify filename saving in zbc_vm_file()
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 18:58:58 +0000 (19:58 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 18:58:58 +0000 (19:58 +0100)
commit0fe270e77536c8248bbf1c6045229d7ec3aaf8d3
tree7d54faa7044a054d837ab5554680b5d576a35b8b
parent915c72b27301c933a8efbf4036293ddc1ea35b7d
bc: simplify filename saving in zbc_vm_file()

function                                             old     new   delta
bc_vm_run                                            433     423     -10
zbc_vm_file                                          187     174     -13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-23)             Total: -23 bytes
   text    data     bss     dec     hex filename
 980350     485    7296  988131   f13e3 busybox_old
 980327     485    7296  988108   f13cc busybox_unstripped

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