]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/sgetspent.c: sgetspent(): Explicitly use an empty string literal
authorAlejandro Colomar <alx@kernel.org>
Mon, 15 Jan 2024 17:23:17 +0000 (18:23 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 14 Mar 2024 22:11:36 +0000 (17:11 -0500)
commit34b113baba1010753f654d9a7ea6c7e36e9edeb6
tree33af3be02e51a3b6611b7b1912fca73e6829b897
parent93151689c0d81b3428572d411e551fff7330db07
lib/sgetspent.c: sgetspent(): Explicitly use an empty string literal

cp can only be an empty string literal in that conditional.  Use a
string literal to be more explicit.

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