Merge pull request #62 from peace-maker/lineendings

Fix line ending parsing issues in spcomp on windows.
This commit is contained in:
David Anderson 2014-07-02 12:27:09 -07:00
commit b344e81816

View File

@ -116,7 +116,7 @@ void *pc_opensrc(char *filename)
}
#endif
return fopen(filename,"rt");
return fopen(filename,"rb");
}
/* pc_createsrc()