summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/efa-m3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 28a894f..a6be9b5 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -367,7 +367,7 @@ sub show_stopseq {
for my $stop ( $trip->route ) {
printf(
- "%s → %s%${delay_len}s %s (%s) %s\n",
+ "%s → %s%${delay_len}s %s %s (%s) %s\n",
$stop->arr ? $stop->arr->strftime('%H:%M')
: q{ },
$stop->dep ? $stop->dep->strftime('%H:%M')
@@ -378,6 +378,7 @@ sub show_stopseq {
? sprintf( " (%+${inner_delay_len}d)", $stop->delay )
: q{}
),
+ $stop->occupancy ? format_occupancy( $stop->occupancy ) : q{ },
$stop->full_name,
$stop->niveau,
$stop->platform