Kaydet (Commit) 975aa22b authored tarafından Jack Jansen's avatar Jack Jansen

Don't change Standard File folder on chdir().

üst 415571cc
...@@ -141,9 +141,11 @@ PyMac_FixGUSIcd() ...@@ -141,9 +141,11 @@ PyMac_FixGUSIcd()
if (PBHSetVol(&pb, 0) != noErr) if (PBHSetVol(&pb, 0) != noErr)
return; return;
#if 0
/* Set standard-file working directory */ /* Set standard-file working directory */
LMSetSFSaveDisk(-curdirfss.vRefNum); LMSetSFSaveDisk(-curdirfss.vRefNum);
LMSetCurDirStore(curdirfss.parID); LMSetCurDirStore(curdirfss.parID);
#endif
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment