version 1.4.61b
[polyglot.git] / xboard2uci.c
index 1445dfe..80e0a62 100644 (file)
@@ -305,7 +305,7 @@ void xboard2uci_gui_step(char string[]) {
 \r
                } else if (match(string,"new")) {\r
 \r
-            uci_send_isready(Uci);\r
+                   uci_send_isready_sync(Uci);\r
                        my_log("POLYGLOT NEW GAME\n");\r
 \r
                        option_set(Option,"Chess960","false");\r
@@ -356,7 +356,7 @@ void xboard2uci_gui_step(char string[]) {
                        if (DelayPong) {\r
                                if (XB->ping >= 0) gui_send(GUI,"pong %d",XB->ping); // HACK: get rid of old ping\r
                                XB->ping = atoi(Star[0]);\r
-                               uci_send_isready(Uci);\r
+                               uci_send_isready_sync(Uci);\r
                        } else {\r
                                ASSERT(XB->ping==-1);\r
                                gui_send(GUI,"pong %s",Star[0]);\r