aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 21:03:19 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 21:03:19 +0100
commit3f9ab56bd6ed874702900cc327894fc2593ab97b (patch)
tree98be2221266d7ad88b69860ad857c502a90840d7 /README.md
parentf144f14d9c13f58afdcc86210824b25d9bf13a12 (diff)
Improve location pointer type flexibility
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 ?