From: Jack Jansen Date: Mon, 25 Mar 1996 15:46:25 +0000 (+0000) Subject: Don't change Standard File folder on chdir(). X-Git-Tag: v1.4b1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=975aa22bddeb096fdad8d8e00de018fa45f18ad2;p=python Don't change Standard File folder on chdir(). --- diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 215accc693..3385d270b0 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -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