]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/chfn.c: Use stpeprintf() to improve readability
authorAlejandro Colomar <alx@kernel.org>
Sat, 19 Jul 2025 08:56:28 +0000 (10:56 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sat, 9 Aug 2025 23:00:36 +0000 (18:00 -0500)
commitbff2961dbe24436f7f2b508bf489007aa73425b8
treee92a3413415f00b6ae359a8fa6f127770f4ac862
parentd4b0418b4bf86787bfd8692fb2328fe39c1105a8
src/chfn.c: Use stpeprintf() to improve readability

This allows us to split the formation of the string into several
s*printf() calls.

Shorten comment, to make it fit in one line.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/chfn.c