mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Don't change Standard File folder on chdir().
This commit is contained in:
parent
415571cc9f
commit
975aa22bdd
1 changed files with 2 additions and 0 deletions
|
@ -141,9 +141,11 @@ PyMac_FixGUSIcd()
|
|||
if (PBHSetVol(&pb, 0) != noErr)
|
||||
return;
|
||||
|
||||
#if 0
|
||||
/* Set standard-file working directory */
|
||||
LMSetSFSaveDisk(-curdirfss.vRefNum);
|
||||
LMSetCurDirStore(curdirfss.parID);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue