Commit df8cdfdf authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Better error message.

parent 96c08d81
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment