commit | 7bed696aa35924bd13854095fc352d68b37694d6 | [log] [tgz] |
---|---|---|
author | Andreas Mohr <a.mohr@mailto.de> | Wed Sep 19 22:34:38 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 19 22:34:38 2001 +0000 |
tree | dbde07ce7d81ce78ba8fd5a9e00f85bc068d0855 | |
parent | 26c4d6b3a4bceb640bf39d4f891160cceb312b9f [diff] [blame] |
Updates and error message improvements.
diff --git a/files/dos_fs.c b/files/dos_fs.c index 3c3e702..0716360 100644 --- a/files/dos_fs.c +++ b/files/dos_fs.c
@@ -820,7 +820,7 @@ { if ((drive = DRIVE_FindDriveRoot( name )) == -1) { - MESSAGE("Warning: %s not accessible from a DOS drive\n", *name ); + MESSAGE("Warning: %s not accessible from a configured DOS drive\n", *name ); /* Assume it really was a DOS name */ drive = DRIVE_GetCurrentDrive(); }