From 1b6261944664beedf0e4e3e546635f0a809da41e Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 7 May 2001 01:40:59 +0000 Subject: woops, i shouldnt be so presumtuous? about what the error will be --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index fa885cb1e..e511b798b 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -395,7 +395,7 @@ extern int mount_main(int argc, char **argv) if (optind + 1 < argc) { if (realpath(argv[optind + 1], directory) == NULL) { - perror_msg_and_die("Invalid directory %s", directory); + perror_msg_and_die("%s", directory); } } -- cgit v1.2.3