Fix bug in edit-position of holdings
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 26 Jan 2010 18:00:54 +0000 (19:00 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 30 Jan 2010 09:00:55 +0000 (10:00 +0100)
commitf410ea90e1a5e7255f4d5466477e1b6883de59ca
tree83891622a840e0f3843fb7a9f606af52d040a417
parentdc0bff62fbb2d491ed088ba2abdf1e5c99ec2755
Fix bug in edit-position of holdings

The holdings were effectivelly taken one too large, so that a promoted
shogi Pawn moved to, or created in the holdings was not demoted to Pawn,
but put in the dark (which you could see by the holding count if you did
it twice). The overflow tests in these two cases now have been corrected.
backend.c