aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index fa885cb1e..e511b798b 100644
--- a/mount.c
+++ b/mount.c
@@ -395,7 +395,7 @@ extern int mount_main(int argc, char **argv)
395 395
396 if (optind + 1 < argc) { 396 if (optind + 1 < argc) {
397 if (realpath(argv[optind + 1], directory) == NULL) { 397 if (realpath(argv[optind + 1], directory) == NULL) {
398 perror_msg_and_die("Invalid directory %s", directory); 398 perror_msg_and_die("%s", directory);
399 } 399 }
400 } 400 }
401 401