]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/passwd.c: print_status(): Fix typo (bogus use of the comma operator)
authorAlejandro Colomar <alx@kernel.org>
Mon, 29 Jan 2024 14:20:22 +0000 (15:20 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 14 Mar 2024 21:30:46 +0000 (16:30 -0500)
commit8fee869e9ad8530f79f51eabec9eac87cb982196
tree923cf279a9e9370866a052036a20712be3037a27
parent82e28ad534dab41697a384c2e7cf563e8a2a0eb1
src/passwd.c: print_status(): Fix typo (bogus use of the comma operator)

Amazing that this triggered no warnings at all.

Fixes: 355ad6a9e089 ("Have a single definition of date_to_str()")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/passwd.c