From 76afdec30eab3ee27c9d0e1818fe5fc8a0fb0efe Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 6 Jul 2025 06:03:34 +0200 Subject: efa-m: show_stopseq: handle stops with no platform data --- bin/efa-m | 4 ++-- 1 file 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{} ); } } -- cgit v1.2.3