projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
63b978c
)
bugfix: normal analyze mode doesn't start
author
Daniel Mehrmann
<mehrmann>
Mon, 28 Jun 2004 21:03:41 +0000 (21:03 +0000)
committer
Daniel Mehrmann
<mehrmann>
Mon, 28 Jun 2004 21:03:41 +0000 (21:03 +0000)
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/backend.c
index
3a9829f
..
866b703
100644
(file)
--- a/
backend.c
+++ b/
backend.c
@@
-4398,6
+4398,7
@@
HandleMachineMove(message, cps)
break;
case AnalyzeMode:
case AnalyzeFile:
+ break;
/* icsEngineAnalyze */
case IcsObserving:
if (!appData.icsEngineAnalyze) ignore = TRUE;