diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1995-02-13 22:43:38 (GMT) | 
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-02-13 22:43:38 (GMT) | 
| commit | fc0ff42034dcf38a5b04dfa2b27070c44a5937c1 (patch) | |
| tree | 29fb612b72e3ae5c8505545bebb6403642b46618 /Mac/Python | |
| parent | 4e0437307364e25f63b444923a21a57cb1ce2cab (diff) | |
| download | cpython-fc0ff42034dcf38a5b04dfa2b27070c44a5937c1.zip cpython-fc0ff42034dcf38a5b04dfa2b27070c44a5937c1.tar.gz cpython-fc0ff42034dcf38a5b04dfa2b27070c44a5937c1.tar.bz2  | |
Open library resource file read-only
Diffstat (limited to 'Mac/Python')
| -rw-r--r-- | Mac/Python/macshlglue.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c index a6885d4..c079812 100644 --- a/Mac/Python/macshlglue.c +++ b/Mac/Python/macshlglue.c @@ -60,6 +60,6 @@ PyMac_AddLibResources()  	if ( !library_fss_valid )   		return; -	fd = FSpOpenResFile(&library_fss, fsRdWrShPerm); +	fd = FSpOpenResFile(&library_fss, fsRdPerm);  }  | 
