diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2024-12-21 00:24:30 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2024-12-21 00:24:30 +0100 |
commit | 1ea89fa98a7c4b1b6924f136963c91caf5a5dccb (patch) | |
tree | ae5c07149d45c06bd57dcbe5949e384f95f27d4d /coreutils/printenv.c | |
parent | b03f5162ac239c3743cfac246b3760b0020f4d23 (diff) | |
download | busybox-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 'coreutils/printenv.c')
0 files changed, 0 insertions, 0 deletions