Skip to content
Snippets Groups Projects
  • Axel Kohlmeyer's avatar
    9cd994f5
    fix issues with potential file parser · 9cd994f5
    Axel Kohlmeyer authored
    - 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()
    9cd994f5
    History
    fix issues with potential file parser
    Axel Kohlmeyer authored
    - 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()