"Fehler bei Bewegung"
- fixed travel-message using one region less than required.
Issue: 1445
This commit is contained in:
Enno Rehling 2008-06-15 19:30:02 +00:00
parent f64271cb9d
commit c857d632f3
1 changed files with 1 additions and 1 deletions

View File

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