Skip to content
Snippets Groups Projects
Commit df8cdfdf authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard
Browse files

Better error message.

parent 96c08d81
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment