From: H.G.Muller Date: Mon, 29 May 2017 14:38:01 +0000 (+0200) Subject: Clear complete repetition hash X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=647317817c7c6f225ee56ceee6e71aa9131b3b1d;p=crazywa.git Clear complete repetition hash The loop to clear the game history was still using the array bounds from before the array was enlarged. --- diff --git a/dropper.c b/dropper.c index 8a29026..50079b2 100644 --- a/dropper.c +++ b/dropper.c @@ -441,7 +441,7 @@ ClearBoard () for(i=-2*22-2; i<13*22-2; i++) board[i] = -1; // boundary guards (or holdings counters) for(r=0; r