Daniel Thau 7d06d6e186 awk: fix printf %%
A refactor of the awk printf code in
e2e3802987266c98df0efdf40ad5da4b07df0113
appears to have broken the printf interpretation of two percent signs,
which normally outputs only one percent sign.

The patch below brings busybox awk printf behavior back into alignment
with the pre-e2e380 behavior, the busybox printf util, and other common
(awk and non-awk) printf implementations.

function                                             old     new   delta
awk_printf                                           626     672     +46

Signed-off-by: Daniel Thau <danthau at bedrocklinux.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-09-05 03:42:51 +02:00
..
2021-09-05 03:42:51 +02:00
2021-06-14 20:47:20 +02:00
2021-02-22 19:00:07 +01:00
2021-02-03 20:52:40 +01:00
2007-11-13 17:13:31 +00:00
2021-06-13 01:08:48 +02:00
2021-08-29 20:07:20 +02:00