]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/su.c: Fix type of variable
authorAlejandro Colomar <alx@kernel.org>
Wed, 13 Dec 2023 14:46:53 +0000 (15:46 +0100)
committerSerge Hallyn <serge@hallyn.com>
Wed, 13 Dec 2023 15:06:59 +0000 (09:06 -0600)
commitef95bb7ed1395ee60212ad615eca3d7a1c2d013d
treecd200b768b1591db72394a1b28b544eefcd866c2
parent9858133cc68365a7a26a847258a353df6dc40f38
src/su.c: Fix type of variable

su.c:678:26: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘const void *’ [-Wformat=]
su.c:681:44: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘const void *’ [-Wformat=]
su.c:683:46: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘const void *’ [-Wformat=]

Reported-by: Christian Göttsche <cgzones@googlemail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/su.c