summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/efa4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/efa b/bin/efa
index f601768..ae562ab 100755
--- a/bin/efa
+++ b/bin/efa
@@ -67,6 +67,10 @@ sub parse_content($) {
for (my $i = 0; @{$raw->[$offer]} >= (($i+1) * $groupsize); $i++) {
$offset = $i * $groupsize;
undef(@extra);
+ if ($raw->[$offer]->[$offset+3] =~ /^Fußweg/) {
+ # Fußweg messages lack the last element, so inject it
+ splice(@{$raw->[$offer]}, $offset+7, 0, '');
+ }
for my $j (0, 4, 8) {
until (not exists($raw->[$offer]->[$offset+$j]) or $raw->[$offer]->[$offset+$j] =~ /^\d+:\d+$/) {
last unless (exists($raw->[$offer]->[$offset+$j]));