forked from github/server
Bug 2114: broken army listing during combat.
https://bugs.eressea.de/view.php?id=2114
This commit is contained in:
parent
3ba2b3d4d7
commit
94ec39d7bb
|
@ -3760,7 +3760,7 @@ static int battle_report(battle * b)
|
||||||
char buffer[32];
|
char buffer[32];
|
||||||
|
|
||||||
if (komma) {
|
if (komma) {
|
||||||
strlcpy(bufp, ", ", size);
|
bytes = strlcpy(bufp, ", ", size);
|
||||||
if (wrptr(&bufp, &size, bytes) != 0)
|
if (wrptr(&bufp, &size, bytes) != 0)
|
||||||
WARN_STATIC_BUFFER();
|
WARN_STATIC_BUFFER();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue