Make sure node count is positive
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 6 Sep 2014 11:15:55 +0000 (13:15 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 6 Sep 2014 11:15:55 +0000 (13:15 +0200)
commitefaa4a5dc4478095bca6f9b919a96356508b2a9b
tree236d6c1ada9f73b1d8241b200bf067af5cc15e09
parentc093ed852cc384683f502f5b686178b33e406063
Make sure node count is positive

Engines that print the node count as an int overflow into negative values
when the count exceeds 2G. This is really an engine bug, but as it
interferes extremely annoyingly with the alignment of the Thinking Output
XBoard now repairs it by adding 4G to undo the overflow.
backend.c