Fix PV conversion to SAN during pondering
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 3 Oct 2020 10:17:30 +0000 (12:17 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 3 Oct 2020 10:17:30 +0000 (12:17 +0200)
commit661af819ffcb9a684a17a76622a02a33d4550f23
treef6df8a1c4930072b5de5ec9245a119ff5350fa4b
parentaf3424fe63ecdacb724b164021c23c4357bf19b4
Fix PV conversion to SAN during pondering

Converting ponder PVs to SAN did not work when the ponder move was
given through a Hint command, rather than prefixed to the PV is
parentheses. Also, during TwoMachines mode, the conversion was not
invoked at all during pondering (as PV handling is done by another
code section in that case).
backend.c