diff options
Diffstat (limited to 'bin/hafas-m')
-rwxr-xr-x | bin/hafas-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index ff13932..fb1f71b 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -323,7 +323,7 @@ elsif ( $opt{journey} ) { $stop->delay ? sprintf( '(%+d)', $stop->delay ) : q{}, display_occupancy( $stop->load->{FIRST} ), display_occupancy( $stop->load->{SECOND} ), - $stop->name, + $stop->loc->name, $stop->direction ? sprintf( ' → %s', $stop->direction ) : q{} ); } |