projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2a47e17
)
Silence unjust warning
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 5 Apr 2012 13:15:09 +0000 (15:15 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 10 Apr 2012 09:27:57 +0000 (11:27 +0200)
engineoutput.c
patch
|
blob
|
history
diff --git
a/engineoutput.c
b/engineoutput.c
index
d881ad0
..
94f2a87
100644
(file)
--- a/
engineoutput.c
+++ b/
engineoutput.c
@@
-229,7
+229,7
@@
SetProgramStats (FrontEndProgramStats * stats) // now directly called by back-en
snprintf(header, MSG_SIZ, "\t%s viewpoint\t\tfewer / Multi-PV setting = %d / more\n",
appData.whitePOV || appData.scoreWhite ? "white" : "mover", first.option[multi].value);
}
- snprintf(header+strlen(header), MSG_SIZ-strlen(header), exclusionHeader);
+ snprintf(header+strlen(header), MSG_SIZ-strlen(header), "%s", exclusionHeader);
InsertIntoMemo( which, header, 0);
} else
if(appData.ponderNextMove && lastLine[which][0]) {