From df8cdfdfacfb50ccae8ca6367f96f720c6622a34 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sun, 28 Feb 1999 16:56:48 +0000 Subject: [PATCH] Better error message. --- files/directory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/directory.c b/files/directory.c index d0e75f44de0..c2ac33109b8 100644 --- a/files/directory.c +++ b/files/directory.c @@ -70,7 +70,8 @@ int DIR_Init(void) cwd = path; if ((drive = DRIVE_FindDriveRoot( &cwd )) == -1) { - MSG("Warning: could not find DOS drive for cwd %s; " + MSG("Warning: could not find wine.conf [Drive x] entry " + "for current working directory %s; " "starting in windows directory.\n", cwd ); } else -- 2.11.4.GIT