]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Open library resource file read-only
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 13 Feb 1995 22:43:38 +0000 (22:43 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 13 Feb 1995 22:43:38 +0000 (22:43 +0000)
Mac/Python/macshlglue.c

index a6885d421026c4cac6632bb6c04135bc160b324c..c079812692eebb6f378a9d72f31a8e6f1bd67d8b 100644 (file)
@@ -60,6 +60,6 @@ PyMac_AddLibResources()
        
        if ( !library_fss_valid ) 
                return;
-       fd = FSpOpenResFile(&library_fss, fsRdWrShPerm);
+       fd = FSpOpenResFile(&library_fss, fsRdPerm);
 }