X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=65d4d2a4f6c541415275b42af557af6758d772fd;hb=de010509fa0e57ba955da6512c714fbff8606af3;hp=dd13713d449e658c5cc1b475b9a4fc5721fa2046;hpb=5b56e51eeae04c352b95b1706b9d69b61feba3e9;p=polyglot.git diff --git a/uci.c b/uci.c index dd13713..65d4d2a 100644 --- a/uci.c +++ b/uci.c @@ -153,7 +153,7 @@ void uci_open(uci_t * uci, engine_t * engine) { // Handle the case that the engine is really a WB engine somewhat gracefully. if((strstr(string,"Illegal") || strstr(string,"Error")) &&strstr(string,"uci")){ - my_fatal("uci_open(): Not an UCI engine (not found).\n"); + my_fatal("uci_open(): Not an UCI engine.\n"); } event = uci_parse(uci,string); } while (!engine_eof(Engine) && (event & EVENT_UCI) == 0);