Fix -fSAN in AnalyzeFile mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Dec 2012 12:28:37 +0000 (13:28 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Dec 2012 12:28:37 +0000 (13:28 +0100)
commit961180c518bc7939a4b35dcb9f651176a6141e48
tree58a0df6f7f3b13ddca1a4454280c36adab10d135
parent5f63467b1d95796ea9051335b14f074bf9485b21
Fix -fSAN in AnalyzeFile mode

The exception that a PV relates to currentMove rather than forwardMostMove
applies not oly in AnalyzeMode, but also in AnalyzeFile. Furthermore,
PvToSan did not properly restore the pushed game tail in this case.
backend.c