Fix Game List highlighting (WB)
[xboard.git] / winboard / wgamelist.c
index 19917e6..a3c96be 100644 (file)
@@ -439,7 +439,7 @@ VOID GameListHighlight(int index)
         res = SendDlgItemMessage( gameListDialog, OPT_GameListText, LB_GETTEXT, i, (LPARAM)buf );\r
         if(res == LB_ERR || index < atoi( buf )) break;\r
   }\r
-  j = i/2;\r
+  j = (i == 64 ? 0 : i/2);\r
   while(i-j > 1) {\r
         n = (i + j) >> 1;\r
         res = SendDlgItemMessage( gameListDialog, OPT_GameListText, LB_GETTEXT, n, (LPARAM)buf );\r