Bug 2114: broken army listing during combat.

https://bugs.eressea.de/view.php?id=2114
This commit is contained in:
Enno Rehling 2015-06-26 14:44:28 +02:00
parent 3ba2b3d4d7
commit 94ec39d7bb
1 changed files with 1 additions and 1 deletions

View File

@ -3760,7 +3760,7 @@ static int battle_report(battle * b)
char buffer[32];
if (komma) {
strlcpy(bufp, ", ", size);
bytes = strlcpy(bufp, ", ", size);
if (wrptr(&bufp, &size, bytes) != 0)
WARN_STATIC_BUFFER();
}