From 445c95b6b3503486a4aeea5b1f09a50a9c727b39 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 3 Aug 2004 04:32:35 +0000 Subject: [PATCH] Corrected message in error reporting "content dir" instead of "config dir" in one location. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1404 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/options.c b/sc2/src/options.c index 5ca46064f..e24ad6b7f 100644 --- a/sc2/src/options.c +++ b/sc2/src/options.c @@ -99,7 +99,7 @@ prepareConfigDir (void) { uio_FSTYPE_STDIO, NULL, NULL, buf, autoMount, uio_MOUNT_TOP, NULL); if (contentHandle == NULL) { - fprintf (stderr, "Fatal error: Couldn't mount content dir: %s\n", + fprintf (stderr, "Fatal error: Couldn't mount config dir: %s\n", strerror (errno)); exit (EXIT_FAILURE); }