diff --git a/sourcepawn/compiler/libpawnc.c b/sourcepawn/compiler/libpawnc.c index 32a47c9c..05eb2423 100644 --- a/sourcepawn/compiler/libpawnc.c +++ b/sourcepawn/compiler/libpawnc.c @@ -116,7 +116,7 @@ void *pc_opensrc(char *filename) } #endif - return fopen(filename,"rt"); + return fopen(filename,"rb"); } /* pc_createsrc()