Removed chdir("/") until we have proper Unix cwd management.

This commit is contained in:
Alexandre Julliard 2000-09-10 03:18:29 +00:00
parent 4b15574923
commit 46b8c24f9c
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ int DIR_Init(void)
DRIVE_SetCurrentDrive( drive );
DRIVE_Chdir( drive, cwd );
}
chdir("/"); /* every other directory operations are done by WINE */
if (!(DIR_GetPath( "windows", "c:\\windows", &DIR_Windows )) ||
!(DIR_GetPath( "system", "c:\\windows\\system", &DIR_System )) ||