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
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user