Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()

after each chdir call.
This commit is contained in:
Jack Jansen 1996-03-06 16:21:34 +00:00
parent 7275561d34
commit 378815ca86
4 changed files with 48 additions and 15 deletions

View file

@ -192,6 +192,10 @@ PyMac_InitApplication()
*endp = '\0';
chdir(curwd);
#ifdef USE_GUSI
/* Change MacOS's idea of wd too */
PyMac_FixGUSIcd();
#endif
}
}
Py_Main(argc, argv);