Fix exclusion header fix
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 16 Oct 2015 12:40:58 +0000 (14:40 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 16 Oct 2015 12:40:58 +0000 (14:40 +0200)
engineoutput.c

index c0f915f..522a186 100644 (file)
@@ -231,7 +231,7 @@ SetProgramStats (FrontEndProgramStats * stats) // now directly called by back-en
         header[which][0] = NULLCHAR;
         if(gameMode == AnalyzeMode) {
           ChessProgramState *cps = (which ? &second : &first);
-          char exclu = cps->excludeMoves ? exclusionHeader : "";
+          char *exclu = cps->excludeMoves ? exclusionHeader : "";
           if((multi = MultiPV(cps)) >= 0) {
             snprintf(header[which], MSG_SIZ, "\t%s viewpoint\t\tfewer / Multi-PV setting = %d / more\n",
                                        appData.whitePOV || appData.scoreWhite ? "white" : "mover", cps->option[multi].value);