X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;h=d6fde3c3baee0f21fae5b152e4329d61637faed7;hb=4d3fc238587cf474577210196630a69530cd7c2b;hp=c0f915f7bb88f7b9ab7220375d91eb5e6c33f155;hpb=c3e8fae6dad454bdef9887925f541ba466592471;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index c0f915f..d6fde3c 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); @@ -443,7 +443,6 @@ InsertionPoint (int len, EngineOutputData *ed) return offs + strlen(header[ed->which]); } -#define MATE_SCORE 100000 static char spaces[] = " "; // [HGM] align: spaces for padding static void