From: H.G. Muller Date: Fri, 4 Nov 2011 20:58:39 +0000 (+0100) Subject: Fix handling of -secondOptions option X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=0341f6c4750c810e96124a7dc362003108a24e89;p=xboard.git Fix handling of -secondOptions option 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. --- diff --git a/backend.c b/backend.c index 0b7f539..9c96909 100644 --- 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