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
|
#endif
|
||||||
|
|
||||||
return fopen(filename,"rt");
|
return fopen(filename,"rb");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* pc_createsrc()
|
/* pc_createsrc()
|
||||||
|
Loading…
Reference in New Issue
Block a user