From 0341f6c4750c810e96124a7dc362003108a24e89 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 4 Nov 2011 21:58:39 +0100 Subject: [PATCH] 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. --- backend.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.7.0.4