-
- Downloads
fix issues with potential file parser
- use Force::open_potential() - replace ftell()/fseek() with rewind()/fgets() which is safer on windows and other platforms with automatic CR/LF to LF conversion on text files - make parser use properly NULL terminated strings through using strtok()
Loading
Please register or sign in to comment