]> git.sesse.net Git - stockfish/commit
Function init_thread() should return an integer under Windows
authorMarco Costalba <mcostalba@gmail.com>
Sun, 28 Feb 2010 10:36:40 +0000 (11:36 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 28 Feb 2010 22:36:01 +0000 (23:36 +0100)
commit3a558a3d8b1400e0bafe0ba5c368c65542462a36
tree396fca1c9e2646c8afe16d1dc1e4b56a44a73aed
parent14dbeb22dd04f0954322a58c26833506fb4532a9
Function init_thread() should return an integer under Windows

It happens that NULL is 0, but the conventional meaning is of
a zero pointer, so repleace with an explicit 0 integer value.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp