aboutsummaryrefslogtreecommitdiff
path: root/examples/busybox.spec
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2024-12-21 00:24:30 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2024-12-21 00:24:30 +0100
commit1ea89fa98a7c4b1b6924f136963c91caf5a5dccb (patch)
treeae5c07149d45c06bd57dcbe5949e384f95f27d4d /examples/busybox.spec
parentb03f5162ac239c3743cfac246b3760b0020f4d23 (diff)
downloadbusybox-w32-1ea89fa98a7c4b1b6924f136963c91caf5a5dccb.tar.gz
busybox-w32-1ea89fa98a7c4b1b6924f136963c91caf5a5dccb.tar.bz2
busybox-w32-1ea89fa98a7c4b1b6924f136963c91caf5a5dccb.zip
cut: code shrink
This change eliminates one temporary: - if (dcount++ < cut_list[cl_pos].startpos) + dcount++; + if (dcount <= cut_list[cl_pos].startpos) function old new delta cut_main 1402 1373 -29 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/busybox.spec')
0 files changed, 0 insertions, 0 deletions