Fix saving games as book
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 26 Oct 2025 18:29:48 +0000 (19:29 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 26 Oct 2025 18:29:48 +0000 (19:29 +0100)
commit28f4d7de9478caa0de572953072441ac4b33c0d1
tree598e4591fba2a87695a48fe500a841a6ffda2c5f
parent1bb95bf805d5bb135f1150b99351b2deba72c61f
Fix saving games as book

The last move of each game would never be added to the book,
due to use of < instead of <= when testing for the game end.
book.c