Fix horrible bug in reading scores from PGN
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 12 Mar 2013 17:50:08 +0000 (18:50 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 2 May 2013 12:54:31 +0000 (14:54 +0200)
commit6bb8c7c57851a7cf4ed99dea5023e747c9d2adb9
tree45e994ba1b84d88943191c0f1d43e6dc56899e4a
parent4c2bb34877aa8af1b1ace3fa074a4e7edd2abc91
Fix horrible bug in reading scores from PGN

Reading scores like -0.94 flipped the sign, because the integer part
-0 would read as 0, and thus was no reason for sign flipping.
backend.c