commit | df8cdfdfacfb50ccae8ca6367f96f720c6622a34 | [log] [tgz] |
---|---|---|
author | Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de> | Sun Feb 28 16:56:48 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 28 16:56:48 1999 +0000 |
tree | 843405e10c82927ebb3bc13e86ae11e5efa43ecb | |
parent | 96c08d817c598eb5c0056389ae209613ebb19e57 [diff] [blame] |
Better error message.
diff --git a/files/directory.c b/files/directory.c index d0e75f4..c2ac331 100644 --- a/files/directory.c +++ b/files/directory.c
@@ -70,7 +70,8 @@ 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