Fix time overflow bug
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 15 Sep 2012 17:31:23 +0000 (19:31 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 15 Sep 2012 17:31:23 +0000 (19:31 +0200)
commit318bcd2df2a468bb49ff228d885351d70390a28a
treeeb5ba19d3c4a52167671c8a14eac28ee254f74a3
parent696676da82327e74a1e2addf74702c5a309ce8b7
Fix time overflow bug

Time is stored in tenths of seconds, which makes it overflow. An attempt
to correct this in untenths() was ineffective, because of a signed/unsigned
mistake. (0xffffffff is not a large number, but equals -1!)
lasker-2.2.3/src/utils.c