diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ PGN specification can be found [here](https://www.chessclub.com/help/PGN-spec). # Features - Basic PGN parsing (tags, move, comments, variations, NAG, etc.) - Merged PGN files parsing (several games in one file) -- Handle very large file (max is 2^(sizeof(unsigned long long)) bytes) +- Handle very large file (max is 2^(sizeof(unsigned long long)*8) bytes) - Efficiency # How to use it ? |
