From 3498bb2ccdfccd0c5f5c25bc2e2a855ea5b9334f Mon Sep 17 00:00:00 2001
From: H.G.Muller <hgm@hgm-xboard.(none)>
Date: Wed, 5 Mar 2014 14:40:03 +0100
Subject: [PATCH] Oops! Remove duplicate setboard feature

---
 gnushogi/commondsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c
index 48a8ef4..b8e1ca8 100644
--- a/gnushogi/commondsp.c
+++ b/gnushogi/commondsp.c
@@ -1798,7 +1798,7 @@ InputCommand(char *command, int root)
                    "shogi"
 #endif
                 );
-            printf("debug=1 setboard=0 sigint=0 memory=1 setboard=1 done=1\n");
+            printf("debug=1 setboard=1 sigint=0 memory=1 done=1\n");
         }
         else if (strcmp(s, ".") == 0)
         {   // periodic update request of analysis info: send stat01 info
-- 
1.7.0.4