Index: files/directory.c =================================================================== RCS file: /home/wine/wine/files/directory.c,v retrieving revision 1.46 diff -u -r1.46 directory.c --- files/directory.c 9 May 2002 19:35:22 -0000 1.46 +++ files/directory.c 12 May 2002 20:39:59 -0000 @@ -165,7 +165,7 @@ TRACE("Cwd = %c:\\%s\n", 'A' + drive, DRIVE_GetDosCwd( drive ) ); - if (DIR_GetPath( "profile", "", &profile_dir, longpath, FALSE )) + if (DIR_GetPath( "profile", "", &profile_dir, longpath, TRUE )) { TRACE("USERPROFILE= %s\n", longpath ); SetEnvironmentVariableA( "USERPROFILE", longpath );