]> git.sesse.net Git - stockfish/commit
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)
commit973eb543a4794587b8e42508cfbe7b8f616b03ce
tree3f8aa121d4f26d9efd14759915cd489ed09d1cf7
parente5068c4734a9a8ba6f8cdb03ec787b76755d57b2
Fix a couple of bugs (fallout from previous patches)

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>
src/ucioption.cpp