doc: Remove fixed printf(1) bug - sbase - suckless unix tools
(HTM) git clone git://git.suckless.org/sbase
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f64db1fa07393ef80a489e49ab926712795ac716
(DIR) parent 7a83a5355444e5e444c23ddaea2ff6aed5e52923
(HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Thu, 13 Nov 2025 12:44:52 +0100
doc: Remove fixed printf(1) bug
Diffstat:
M TODO | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) 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
--