oops. broke test again with another case of too many periods.

This commit is contained in:
Enno Rehling 2018-11-29 06:46:08 +01:00
parent 97af710e97
commit 892b07c64c
1 changed files with 3 additions and 1 deletions

View File

@ -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) {