diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-02-21 15:36:26 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-02-21 15:36:26 (GMT) |
commit | 532e3c2bf61d964a34af054f7c270d0322682eac (patch) | |
tree | d83e9f9b2389eb0cdea55fa43190bd5aefd6d184 /Mac/Python/macgetpath.c | |
parent | be1a6e29e3a92c8de9533cec58f35401109cf884 (diff) | |
download | cpython-532e3c2bf61d964a34af054f7c270d0322682eac.zip cpython-532e3c2bf61d964a34af054f7c270d0322682eac.tar.gz cpython-532e3c2bf61d964a34af054f7c270d0322682eac.tar.bz2 |
Changed MacOS creator code from PYTH to Pyth
Diffstat (limited to 'Mac/Python/macgetpath.c')
-rw-r--r-- | Mac/Python/macgetpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index d97dd4e..5e528f7 100644 --- a/Mac/Python/macgetpath.c +++ b/Mac/Python/macgetpath.c @@ -114,7 +114,7 @@ PyMac_OpenPrefFile() if ( action == NOPREFFILE_NO ) exit(1); - FSpCreateResFile(&dirspec, 'PYTH', 'pref', 0); + FSpCreateResFile(&dirspec, 'Pyth', 'pref', 0); prefrh = FSpOpenResFile(&dirspec, fsRdWrShPerm); if ( prefrh == -1 ) { /* This "cannot happen":-) */ |