freebsd-ports/games/polyglot/files/patch-main.c
Nicola Vitale 8d86d65496 PolyGlot is a "UCI adapter". It connects a UCI chess engine to an
xboard interface.

PolyGlot tries to solve known problems with other adapters.  For
instance, it detects and reports draws by fifty-move rule, repetition,
etc...

WWW: http://wbec-ridderkerk.nl/html/details1/PolyGlot.html
2014-01-13 05:01:34 +00:00

11 lines
263 B
C

--- ./main.c.orig 2012-09-20 19:56:38.000000000 +0200
+++ ./main.c 2014-01-11 04:44:10.000000000 +0100
@@ -242,7 +242,7 @@
}
}
-int wb_select(){
+void wb_select(){
option_t *opt;
option_start_iter(Option);
while((opt=option_next(Option))){