projects
/
remoteglot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Inform the engine if we have a Chess960 game.
[remoteglot]
/
booklook.c
diff --git
a/booklook.c
b/booklook.c
index
1d1c713
..
01c7348
100644
(file)
--- a/
booklook.c
+++ b/
booklook.c
@@
-989,7
+989,7
@@
int main(int argc, char **argv)
encode_position(board, invert, argv[3], argv[4]);
ret = lookup_position(position, pos_len, result);
if (!ret) {
- fprintf(stderr, "Not found in book.\n");
+
//
fprintf(stderr, "Not found in book.\n");
exit(1);
}