Removed chdir("/") until we have proper Unix cwd management.
This commit is contained in:
parent
4b15574923
commit
46b8c24f9c
@ -89,7 +89,6 @@ int DIR_Init(void)
|
|||||||
DRIVE_SetCurrentDrive( drive );
|
DRIVE_SetCurrentDrive( drive );
|
||||||
DRIVE_Chdir( drive, cwd );
|
DRIVE_Chdir( drive, cwd );
|
||||||
}
|
}
|
||||||
chdir("/"); /* every other directory operations are done by WINE */
|
|
||||||
|
|
||||||
if (!(DIR_GetPath( "windows", "c:\\windows", &DIR_Windows )) ||
|
if (!(DIR_GetPath( "windows", "c:\\windows", &DIR_Windows )) ||
|
||||||
!(DIR_GetPath( "system", "c:\\windows\\system", &DIR_System )) ||
|
!(DIR_GetPath( "system", "c:\\windows\\system", &DIR_System )) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user