forked from github/server
undo the period-at-end fix for region info, a test breaks
This commit is contained in:
parent
4c58127ce1
commit
8c02d14f13
1 changed files with 3 additions and 3 deletions
|
@ -1185,12 +1185,12 @@ void report_region(struct stream *out, const region * r, faction * f)
|
||||||
bytes = (int)str_strlcpy(bufp, "\")", size);
|
bytes = (int)str_strlcpy(bufp, "\")", size);
|
||||||
if (wrptr(&bufp, &size, bytes) != 0)
|
if (wrptr(&bufp, &size, bytes) != 0)
|
||||||
WARN_STATIC_BUFFER();
|
WARN_STATIC_BUFFER();
|
||||||
dh = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
bytes = (int)str_strlcpy(bufp, ".", size);
|
bytes = (int)str_strlcpy(bufp, ".", size);
|
||||||
if (wrptr(&bufp, &size, bytes) != 0)
|
if (wrptr(&bufp, &size, bytes) != 0)
|
||||||
WARN_STATIC_BUFFER();
|
WARN_STATIC_BUFFER();
|
||||||
|
dh = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
*bufp = 0;
|
*bufp = 0;
|
||||||
paragraph(out, buf, 0, 0, 0);
|
paragraph(out, buf, 0, 0, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue