From 5fd43c7170a88b2290e66922018788b860339b5d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 11 May 2015 18:35:42 +0200 Subject: [PATCH] Add a small explanatory comment. --- remoteglot.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/remoteglot.pl b/remoteglot.pl index aaaed10..6d07c5b 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -1039,6 +1039,7 @@ sub find_clock_start { } # TODO(sesse): Maybe we can get the number of moves somehow else for FICS games. + # The history is needed for id_for_pos. if (!exists($pos->{'pretty_history'})) { return; } -- 2.39.2