X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=xboard2uci.cpp;h=1ffda48329f90e8d6f6583196b8440d96e3000ce;hp=ed241a0b94900cba41ab9f6db8d4f239fe66cbce;hb=ad2265d4fc54fc9ba99fc606e6174df34bfb4a0f;hpb=6442b61046f46f65bfc4bf0b3727abe2dc27acb8 diff --git a/xboard2uci.cpp b/xboard2uci.cpp index ed241a0..1ffda48 100644 --- a/xboard2uci.cpp +++ b/xboard2uci.cpp @@ -479,7 +479,7 @@ void xboard_step(char string[]) { } else if (XB->has_feature_egt && match(string,"egtpath * *")){ char *type=Star[0]; char *path=Star[1]; - if(!my_string_case_equal(Star[0],"nalimov")){ + if(!my_string_case_equal(type,"nalimov")){ // refuse gui_send(GUI,"Error (unsupported table base format): %s",string); }else if(my_string_empty(path)){ @@ -1132,8 +1132,6 @@ static void search_update() { int move; int move_nb; board_t board[1]; - int nalimov_cache; - int real_memory; ASSERT(!Uci->searching);