Loading bin/hafas +2 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,8 @@ for my $res ( $hafas->connections ) { for my $sec ( $res->sections ) { if ( $sec->type eq 'JNY' ) { printf( "${output_bold}%s${output_reset} → %s %s\n", $sec->name, $sec->direction, display_occupancies($sec->load) ); $sec->name, $sec->direction, display_occupancies( $sec->load ) ); printf( "%-5s %-${delay_fmt}s ab %s%s%s\n", $sec->dep_cancelled Loading Loading
bin/hafas +2 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,8 @@ for my $res ( $hafas->connections ) { for my $sec ( $res->sections ) { if ( $sec->type eq 'JNY' ) { printf( "${output_bold}%s${output_reset} → %s %s\n", $sec->name, $sec->direction, display_occupancies($sec->load) ); $sec->name, $sec->direction, display_occupancies( $sec->load ) ); printf( "%-5s %-${delay_fmt}s ab %s%s%s\n", $sec->dep_cancelled Loading