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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=975aa22bddeb096fdad8d8e00de018fa45f18ad2;p=thirdparty%2FPython%2Fcpython.git Don't change Standard File folder on chdir(). --- diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 215accc6932d..3385d270b06e 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