From 3f9ab56bd6ed874702900cc327894fc2593ab97b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 21:03:19 +0100 Subject: Improve location pointer type flexibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a7c1f12..2de279d 100644 --- a/README.md +++ b/README.md @@ -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 ? -- cgit v1.2.3