X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=526dfd983e41511f93cd1396fe761a4c12ef7752;hb=75c82871211daf66c50935b39427e78922d20a5e;hp=e60e84596cc3e5ac9281f2a63520c9fa847e2b44;hpb=91477ff29379bf3b98aab23510cf6cb3830e686c;p=xboard.git diff --git a/xoptions.c b/xoptions.c index e60e845..526dfd9 100644 --- a/xoptions.c +++ b/xoptions.c @@ -1233,7 +1233,7 @@ void UciCallback(w, client_data, call_data) // Some changed setting need immediate sending always. PonderNextMoveEvent(ponder); if(oldCores != appData.smpCores) - NewSettingEvent(False, "cores", appData.smpCores); + NewSettingEvent(False, &(first.maxCores), "cores", appData.smpCores); } UciPopDown(); return;