]> git.sesse.net Git - stockfish/commitdiff
Fix out-of-bound array access printing ponder move
authorGary Linscott <glinscott@gmail.com>
Mon, 24 Nov 2014 00:53:00 +0000 (08:53 +0800)
committerGary Linscott <glinscott@gmail.com>
Mon, 24 Nov 2014 00:53:00 +0000 (08:53 +0800)
It is possible that we won't have a ponder move if our PV
is too short.  In that case, just don't print a ponder move.

No functional change

Resolves #130


No differences found