forked from github/server
oops. broke test again with another case of too many periods.
This commit is contained in:
parent
97af710e97
commit
892b07c64c
|
@ -1027,7 +1027,9 @@ static void report_region_description(struct stream *out, const region * r, fact
|
|||
}
|
||||
}
|
||||
}
|
||||
sbs_strcat(&sbs, ".");
|
||||
if (dh) {
|
||||
sbs_strcat(&sbs, ".");
|
||||
}
|
||||
/* Spezielle Richtungen */
|
||||
for (a = a_find(r->attribs, &at_direction); a && a->type == &at_direction;
|
||||
a = a->next) {
|
||||
|
|
Loading…
Reference in New Issue