summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa-m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 0f7fb44..646e176 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -387,8 +387,8 @@ sub show_stopseq {
),
$stop->occupancy ? format_occupancy( $stop->occupancy ) : q{},
$stop->full_name,
- $stop->niveau,
- $stop->platform
+ $stop->niveau // q{?},
+ $stop->platform // q{}
);
}
}