summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-26 17:58:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-26 17:58:51 +0200
commit74181c9dde17714b630696ec7893d98abe0fc2b4 (patch)
tree80445b19f61d689d63339677d875b05b69baf877 /bin/efa-m
parent43a52169cfec80d171a810796c4eef0bd48cf6d0 (diff)
efa-m: fix route display
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 5493b85..7bf6eff 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -235,7 +235,7 @@ sub show_results {
if ( $edata{route} ) {
$output_line[3]
- = join( q{ }, map { $_->{stop_suf} } $d->route_interesting );
+ = join( q{ }, map { $_->name_suf } $d->route_interesting );
}
if ( $edata{fullroute} ) {