projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c454516
)
Fix handling of -secondOptions option
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 4 Nov 2011 20:58:39 +0000 (21:58 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 4 Nov 2011 20:58:39 +0000 (21:58 +0100)
The -firstOptions and -secondOptions settigs were not swapped when
-singleEngieList was true, so the second engine's options would never
be set in that case, but used for the first engine.
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/backend.c
index
0b7f539
..
9c96909
100644
(file)
--- a/
backend.c
+++ b/
backend.c
@@
-9925,6
+9925,7
@@
void SwapEngines(int n)
SWAP(logo, p)
SWAP(pgnName, p)
SWAP(pvSAN, h)
+ SWAP(engOptions, p)
}
void