From 46b8c24f9ca43d4527b9bff6f66fea1257886f1b Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Sun, 10 Sep 2000 03:18:29 +0000 Subject: [PATCH] Removed chdir("/") until we have proper Unix cwd management. --- files/directory.c | 1 - 1 file changed, 1 deletion(-) diff --git a/files/directory.c b/files/directory.c index 597bee56286..e1fe0e7877d 100644 --- a/files/directory.c +++ b/files/directory.c @@ -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 )) || -- GitLab