summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mac/Python/macglue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index 215accc..3385d27 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