]> granicus.if.org Git - python/commitdiff
Don't change Standard File folder on chdir().
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 1996 15:46:25 +0000 (15:46 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 1996 15:46:25 +0000 (15:46 +0000)
Mac/Python/macglue.c

index 215accc6932dbef9d653d5bbe28528c5ee1eed83..3385d270b06e223f9b1e4368244c9e010d8f92c4 100644 (file)
@@ -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