Fix time in PGN info
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Jan 2011 19:36:48 +0000 (20:36 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:05 +0000 (21:22 -0800)
commita8aa209e5f4ae95e54ebe54d6cf23fccfe75d1a8
tree09c7b53056b11c8affb8e5b7aefdce3384e76537
parent75ec1dc301344d1fe0b6e15592f090d77d567fc0
Fix time in PGN info

Saving of the thinking time in the PGN was broken by the patch that
removed the race condition in the clock switching, because that moved
the incrementing of forwardMostMove to behind the code that used fmm to
index pvInfoList. As a result the time was stored in the slot for the
opponent's previous move. The value is corrected now.
backend.c