aboutsummaryrefslogtreecommitdiff
path: root/src/PGN.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PGN.cpp')
-rw-r--r--src/PGN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PGN.cpp b/src/PGN.cpp
index aac5614..79d599d 100644
--- a/src/PGN.cpp
+++ b/src/PGN.cpp
@@ -45,7 +45,7 @@ void PGN::ParseNextGame() {
if (IS_EOF) {
throw NoGameFound();
}
- int loc = NextNonBlank(LastGameEndLoc);
+ long loc = NextNonBlank(LastGameEndLoc);
if (IS_EOF) {
throw NoGameFound();
}