diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-03-10 13:21:37 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-03-10 15:29:17 +0100 |
| commit | a7ab0c943d36f0305798774c79bb665a8e8779d6 (patch) | |
| tree | 262b0529e307d8808d66d88996b44d4f5d489b9b | |
| parent | 91fdb7366cbe1200ef38b3ce379bffb1ac7aacee (diff) | |
lib/printf: update README
Make a note that `%w[f](8|16|32|64)d` was picked up.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rw-r--r-- | lib/printf/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/printf/README b/lib/printf/README index 46d51cec6a..3c3ef74ca8 100644 --- a/lib/printf/README +++ b/lib/printf/README @@ -1,6 +1,7 @@ This is the printf implementation from FreeBSD. The history of this code is: - imported on 2019-05-12, from SVN revision 347514 - resynced on 2023-09-03, to pick up `%b` implementation +- resynced on 2024-03-10, to pick up `%w[f](8|16|32|64)d` implementation Please don't reindent or otherwise mangle the files to make importing fixes easy (not that there are significant changes likely to happen...) |
