Merge pull request #62 from peace-maker/lineendings
Fix line ending parsing issues in spcomp on windows.
This commit is contained in:
commit
b344e81816
@ -116,7 +116,7 @@ void *pc_opensrc(char *filename)
|
||||
}
|
||||
#endif
|
||||
|
||||
return fopen(filename,"rt");
|
||||
return fopen(filename,"rb");
|
||||
}
|
||||
|
||||
/* pc_createsrc()
|
||||
|
Loading…
Reference in New Issue
Block a user