summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 05fd735..51f1585 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -237,7 +237,8 @@ sub format_route {
$output .= sprintf(
" %5s %s %s %35s %s\n",
$stop->arr->strftime('%H:%M'),
- $delay, $occupancy, $stop->full_name, $stop->platform,
+ $delay, $occupancy, $stop->full_name,
+ $stop->platform // q{},
);
}
else {
@@ -248,7 +249,7 @@ sub format_route {
$delay,
$occupancy,
$stop->full_name,
- $stop->platform,
+ $stop->platform // q{},
);
}
}