Disservin / chess-library

C++ chess library
https://disservin.github.io/chess-library/
MIT License
79 stars 21 forks source link

fix: add workaround for pgns without a newline between header and movetext #117

Closed Disservin closed 2 months ago

Disservin commented 2 months ago

fixes https://github.com/Disservin/chess-library/issues/116

robertnurnberg commented 2 months ago

Needs to change chess.hpp as well?

robertnurnberg commented 2 months ago

This fixes #116 for me, thanks!