]> git.sesse.net Git - stockfish/commit
Assume UCI 'nodes' is int64_t instead of int
authorMarco Costalba <mcostalba@gmail.com>
Thu, 30 Oct 2014 11:11:20 +0000 (12:11 +0100)
committerJoona Kiiski <joona.kiiski@gmail.com>
Wed, 5 Nov 2014 21:11:05 +0000 (21:11 +0000)
commitbcbab1937670ca39ddb0a216ff9a787e56b79b3a
tree0dbbda8e8410eb2a173bc5d49006795369b8174f
parentd29a68f5854d0b529f2e0447fddcc6a61200c5aa
Assume UCI 'nodes' is int64_t instead of int

UCI specification is not clear on the size of
integers that are exchanged in the protocol, so
instead of a simple int, assume 'nodes' is a
int64_t because we need a bigger size to store
this value in many real cases, especialy with
very long searches.

No functional change.

Resolves #75
src/search.cpp
src/search.h