X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;fp=engineoutput.c;h=522a1861ca3a4bb40519e60f79c466021a245121;hb=5f8c62afe87259d178655c2b57edf7af80b5e166;hp=c0f915f7bb88f7b9ab7220375d91eb5e6c33f155;hpb=3c99c449641fc101cf866ab2b0506ad8194cad1e;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index c0f915f..522a186 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -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);