]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Be more aggressive about clearing out the UCI info. This fixes an issue
[remoteglot] / remoteglot.pl
index 1561ac338d0a615eef815bc0e324ea6e3b736ef2..2c4bb9e8247be699bbd11cc21a5fd326a6389232 100755 (executable)
@@ -107,6 +107,7 @@ while (1) {
                        uciprint("position fen $fen");
                        uciprint("go infinite");
 
+                       %uciinfo = ();
                        $last_move = time;
 
                        # 
@@ -478,6 +479,7 @@ sub output_screen {
                }
        };
        if ($@) {
+               %uciinfo = ();
                return;
        }