diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-26 17:58:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-26 17:58:51 +0200 |
commit | 74181c9dde17714b630696ec7893d98abe0fc2b4 (patch) | |
tree | 80445b19f61d689d63339677d875b05b69baf877 /bin | |
parent | 43a52169cfec80d171a810796c4eef0bd48cf6d0 (diff) |
efa-m: fix route display
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa-m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} ) { |