Groups | Search | Server Info | Login | Register
| From | Adam Sampson <ats@offog.org> |
|---|---|
| Newsgroups | gnu.chess.bug |
| Subject | -a doesn't work in gnuchess-6.2.2 |
| Date | 2015-10-18 12:05 +0100 |
| Message-ID | <mailman.556.1445174717.7904.bug-gnu-chess@gnu.org> (permalink) |
Hi, In gnuchess 6.2.2, the -a command-line option doesn't work properly: it ought to compile the book and then quit, but it leaves the user sitting at the gnuchess prompt instead of quitting. >From a quick look at the code, this seems to be because the loop at the bottom of main() runs until (flags & QUIT), but the only thing that sets QUIT is ForwardUserInputToEngine, which hasn't been used by the -a code. Thanks, -- Adam Sampson <ats@offog.org> <http://offog.org/>
Back to gnu.chess.bug | Previous | Next | Find similar
-a doesn't work in gnuchess-6.2.2 Adam Sampson <ats@offog.org> - 2015-10-18 12:05 +0100
csiph-web