X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=UCI2WB.c;h=f805eccdf072dab4f0b2ce01071ff77307ed94b5;hb=4c69b8cb89088d35b7b5f92428f997bda918306e;hp=d1096d0568a6cd406fc3c079d7af72f4df25e6c6;hpb=4b420a9e9f950b82c07165e309ba62aff0e8483b;p=uci2wb.git diff --git a/UCI2WB.c b/UCI2WB.c index d1096d0..f805ecc 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -9,7 +9,7 @@ /* of which you should have received a copy together with this file. */ /****************************************************************************/ -#define VERSION "2.3" +#define VERSION "3.0" #include #include @@ -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")) {