]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/string/strftime.h: STRFTIME(): Tighten macro definition
authorAlejandro Colomar <alx@kernel.org>
Thu, 1 Aug 2024 10:37:24 +0000 (12:37 +0200)
committerSerge Hallyn <serge@hallyn.com>
Fri, 23 Aug 2024 03:51:57 +0000 (22:51 -0500)
commit3dc840a56ad4a4e56480d5c419fc0bd7453feca3
tree35197b7a3997d90f6e11cc3b57db02132d8c3229
parent60da937c2f2c45a568fe61c208f47810c8fb329e
lib/string/strftime.h: STRFTIME(): Tighten macro definition

strftime(3) is not a variadic function; there's exactly one argument
after the format string.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/string/strftime.h