sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit f64db1fa07393ef80a489e49ab926712795ac716
parent 7a83a5355444e5e444c23ddaea2ff6aed5e52923
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Thu, 13 Nov 2025 12:44:52 +0100

doc: Remove fixed printf(1) bug

Diffstat:
MTODO | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO @@ -74,8 +74,6 @@ printf * Flags for string conversion-specifier (%s) are not supported. * Escape sequences that expand to '%' are treated as beginning of conversion specification. -* An trailing '%' at the end of a format string causes a read past - the end of the string. tr --