]> git.sesse.net Git - stockfish/commitdiff
Fix a crash due to a broken Book::open()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 4 Dec 2010 20:19:22 +0000 (21:19 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 5 Dec 2010 08:24:18 +0000 (09:24 +0100)
Bug introduced in 9dcc2aad98b9703

We can be asked to open a non-exsistent file,
in this case we should gracefully handle the
case and silently return instead of exiting.

Bug discovered and bisected down by Joona.

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

No differences found