Initialize the chess engine in add_engine_command() if needed. This
commit4aea845bdff893837ac0ad5c72e13162835fd505
authorBen Kibbey <bjk@luxsci.net>
Sat, 28 Apr 2007 13:25:26 +0000 (28 09:25 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 28 Apr 2007 13:25:26 +0000 (28 09:25 -0400)
tree19d4c8a4154fbd56cfc5a920c2d6fbb642a8c329
parentca97bd3caa15d21227bb7e524e838361fe44f4bb
Initialize the chess engine in add_engine_command() if needed. This
fixes sending a command key specified in the config file.

Trim whitespace from a custom command when parsing the config file.
src/cboard.c
src/engine.c
src/rcfile.c