X-Git-Url: http://winboard.nl/cgi-bin?p=uci2wb.git;a=blobdiff_plain;f=UCI2WB.c;h=3db7bbd2fa97608d88cc6b80cc96272c12c42ca2;hp=d1096d0568a6cd406fc3c079d7af72f4df25e6c6;hb=a8c8e03626f0cd085656c31efc672689998d5fdb;hpb=4b420a9e9f950b82c07165e309ba62aff0e8483b diff --git a/UCI2WB.c b/UCI2WB.c index d1096d0..3db7bbd 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -540,7 +540,7 @@ GUI2Engine() printf("feature setboard=1 usermove=1 debug=1 ping=1 name=1 reuse=0 exclude=1 pause=1 sigint=0 sigterm=0 done=0\n"); printf("feature option=\"UCI2WB debug output -check %d\"\n", debug); if(sc == 's') printf("feature option=\"Floating Byoyomi -check %d\"\nfeature option=\"Byoyomi -spin %d -1 1000\"\n", flob, byo); - EPRINT((f, sc == 'x' ? "# ucci\n" : "u%ci\n", sc)) fflush(toE); // prompt UCI engine for options + EPRINT((f, sc == 'x' ? "# ucci\n" : "# u%ci\n", sc)) fflush(toE); // prompt UCI engine for options Sync(PAUSE); // wait for uciok } else if(!strcmp(command, "setboard")) {