]> git.sesse.net Git - stockfish/commit
Deal with commented lines in UCI input
authormattginsberg <mlginsberg@gmail.com>
Sun, 28 Feb 2021 15:59:07 +0000 (07:59 -0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 7 Mar 2021 20:10:04 +0000 (21:10 +0100)
commit5346f1c6c72e46d66bb4c21259f8c06096c63034
treec01d8657fbd52f65bdc3bcdc044e574d5c3a623e
parentd4b864ff126e4a5784c9d7f636be057c247738f1
Deal with commented lines in UCI input

commands starting with '#' as the first character will be ignored

closes https://github.com/official-stockfish/Stockfish/pull/3378

No functional change
src/uci.cpp