summaryrefslogtreecommitdiffstats
path: root/login-utils/vipw.c
diff options
context:
space:
mode:
authorKarel Zak2016-03-14 15:59:10 +0100
committerKarel Zak2016-03-14 15:59:10 +0100
commit785539baa3296893d29460c6449f0cc28a452980 (patch)
tree74966304c092d84725ae85a2a10c643029395e42 /login-utils/vipw.c
parenttests: make libmount/lock optional (diff)
parenttravis: add OSX build (diff)
downloadkernel-qcow2-util-linux-785539baa3296893d29460c6449f0cc28a452980.tar.gz
kernel-qcow2-util-linux-785539baa3296893d29460c6449f0cc28a452980.tar.xz
kernel-qcow2-util-linux-785539baa3296893d29460c6449f0cc28a452980.zip
Merge branch 'travis-osx' of https://github.com/rudimeier/util-linux
* 'travis-osx' of https://github.com/rudimeier/util-linux: travis: add OSX build travis: switch to Ubuntu 14.04 Trusty build-sys: improve uuidd and script build conditions build-sys: use AC_PROG_MKDIR_P and remove a few gnuisms build-sys: add missing "not found" strings build-sys: fix again UL_SCANF_TYPE_MODIFIER tests: don't use system's mount commands tests: improve skipping of old btrfs-tools tests: remove invalid argument in libmount/debug tests: skip old socat silently misc: fix icc/clang compiler warnings misc: fix printf i386 compiler warnings
Diffstat (limited to 'login-utils/vipw.c')
-rw-r--r--login-utils/vipw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/vipw.c b/login-utils/vipw.c
index bb4a8baac..066fee005 100644
--- a/login-utils/vipw.c
+++ b/login-utils/vipw.c
@@ -343,7 +343,7 @@ int main(int argc, char *argv[])
if (access(orig_file, F_OK) == 0) {
char response[80];
- printf((program == VIGR)
+ printf("%s", (program == VIGR)
? _("You are using shadow groups on this system.\n")
: _("You are using shadow passwords on this system.\n"));
/* TRANSLATORS: this program uses for y and n rpmatch(3),