forked from github/server
"Fehler bei Bewegung" - fixed travel-message using one region less than required. Issue: 1445
This commit is contained in:
parent
f64271cb9d
commit
c857d632f3
1 changed files with 1 additions and 1 deletions
|
@ -1986,7 +1986,7 @@ eval_trail(struct opstack ** stack, const void * userdata) /* order -> string */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (regions!=NULL) {
|
if (regions!=NULL) {
|
||||||
end = regions->nregions-1;
|
end = regions->nregions;
|
||||||
for (i=begin;i<end;++i) {
|
for (i=begin;i<end;++i) {
|
||||||
region * r = regions->regions[i];
|
region * r = regions->regions[i];
|
||||||
const char * trail = trailinto(r, report->locale);
|
const char * trail = trailinto(r, report->locale);
|
||||||
|
|
Loading…
Reference in a new issue