fix for bug #27668: e.p. field still not passed to engine
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 11 Oct 2009 21:48:55 +0000 (14:48 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 11 Oct 2009 21:48:55 +0000 (14:48 -0700)
commit2fc6fd0719e5aa3e94bdb80b581d849a2ebb4d0f
tree798322225c2f5da3463702b083820ab041423132
parent9aaa181a2accf39561c7da63947121669e0e657c
fix for bug #27668: e.p. field still not passed to engine

PositionToFEN now takes the e.p. rights from epStatus[moveNr], rather than
calculating it on the spot from moveList[moveNr-1] (which failed on the first move).
backend.c