]> git.sesse.net Git - stockfish/commitdiff
Fix a couple of bugs (fallout from previous patches)
authorMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 20:05:23 +0000 (22:05 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 20:05:23 +0000 (22:05 +0200)
After testing and comparing output with standard Glaurung
a couple of issues arised.

A default value was wrong and init_uci_options() missed a couple
of stringify() calls. Also storing bool values as "false" and "true"
needs some care.

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

No differences found