Add forgotten files 1.4.70b
[polyglot.git] / xboard2uci.c
index 8f4614e..762f1c8 100644 (file)
@@ -443,7 +443,7 @@ void xboard2uci_gui_step(char string[]) {
 
                                // book learning
 
-                               if (option_get_bool(Option,"Book") &&
+                               if (FALSE && option_get_bool(Option,"Book") &&
                     option_get_bool(Option,"BookLearn")) {
 
                                        if (FALSE) {
@@ -1591,9 +1591,8 @@ static void send_info() {
     }else{
         min_depth=1;
     }
-        
     gui_send(GUI,"%d %+d %.0f "S64_FORMAT" %s",Uci->best_depth>min_depth?Uci->best_depth:min_depth,
-            0,0.0,0,Uci->info);  
+            0,0.0,U64(0),Uci->info);  
 }
 
 // send_pv()