diff options
Diffstat (limited to 'bin')
-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 7779077..7a379f0 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -184,7 +184,7 @@ for my $d ( $status->results() ) { push( @output, [ - $d->time, + $d->sched_time, $d->is_cancelled ? 'CANCELED' : ( $d->delay ? sprintf( '%+d', $d->delay ) : q{} ), |