Fix protocol move in Duck Chess
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 6 Nov 2022 18:22:35 +0000 (19:22 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 6 Nov 2022 18:22:35 +0000 (19:22 +0100)
commitf3aa0e4aa40a4a97632cb7d7bceffc171a1dc055
tree14b7d6262e460d0899902cdb995c15c7d66e7db3
parentb67fba0297ce7c700d6e7da3073d07b7772d1c8f
Fix protocol move in Duck Chess

The move format used the Duck destination as intermediate square,
while it was supposed to use the FIDE destination as such.
And the trailing comma of the first leg would make the parser erase
the kill location read in the second leg, replacing it by an invalid one.
backend.c
winboard/winboard.c