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()
if (PBHSetVol(&pb, 0) != noErr)
return;
#if 0
/* Set standard-file working directory */
LMSetSFSaveDisk(-curdirfss.vRefNum);
LMSetCurDirStore(curdirfss.parID);
#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