forked from github/server
BUG 2368: additional space
This commit is contained in:
parent
02cfde0a49
commit
f00ff2d16e
|
@ -1090,6 +1090,9 @@ void report_region(struct stream *out, const region * r, faction * f)
|
|||
message *msg;
|
||||
|
||||
if (owner != NULL) {
|
||||
bytes = (int)strlcpy(bufp, " ", size);
|
||||
if (wrptr(&bufp, &size, bytes) != 0)
|
||||
WARN_STATIC_BUFFER();
|
||||
msg = msg_message("nr_region_owner", "faction", owner);
|
||||
bytes = (int)nr_render(msg, f->locale, bufp, size, f);
|
||||
msg_release(msg);
|
||||
|
|
Loading…
Reference in New Issue