commit | 532e3c2bf61d964a34af054f7c270d0322682eac | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Feb 21 15:36:26 1996 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Feb 21 15:36:26 1996 +0000 |
tree | d83e9f9b2389eb0cdea55fa43190bd5aefd6d184 | |
parent | be1a6e29e3a92c8de9533cec58f35401109cf884 [diff] [blame] |
Changed MacOS creator code from PYTH to Pyth
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 @@ 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":-) */