diff options
author | Denys Vlasenko | 2021-07-11 18:16:10 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-07-11 18:16:10 +0200 |
commit | caa93ecdd3a9b998a69dcbfafdddbc9c58887ec3 (patch) | |
tree | dca825b9488bd52398688ee52b41bc6473fff3e7 /testsuite/unlzma_issue_3.lzma | |
parent | f5f336e787fd8367d24de5fe3b341ebffb74c2c2 (diff) | |
download | busybox-caa93ecdd3a9b998a69dcbfafdddbc9c58887ec3.zip busybox-caa93ecdd3a9b998a69dcbfafdddbc9c58887ec3.tar.gz |
awk: fix corner case in awk_printf
Example where it wasn't working:
awk 'BEGIN { printf "qwe %s rty %c uio\n", "a", 0, "c" }'
- the NUL printing in %c caused premature stop of printing.
function old new delta
awk_printf 593 596 +3
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/unlzma_issue_3.lzma')
0 files changed, 0 insertions, 0 deletions