]> git.sesse.net Git - stockfish/commitdiff
Fix an assert due to a missing parentesis
authorMarco Costalba <mcostalba@gmail.com>
Sun, 19 Oct 2008 09:17:17 +0000 (10:17 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 19 Oct 2008 09:17:17 +0000 (10:17 +0100)
Bitwise operators precedence issue here, was
causing an assert.

This is a fallout from recent patches.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found