From db9341b53fd2a71458dc52ac2f56ff41c8831b88 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 17 Jun 2009 18:17:10 +0200 Subject: efa: Support additional cases of un-timestamped connections --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa b/bin/efa index 5b6dc84..a3ebcf8 100755 --- a/bin/efa +++ b/bin/efa @@ -77,7 +77,7 @@ sub parse_content($) { 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+)?$/) { + until (not exists($raw->[$offer]->[$offset+$j]) or $raw->[$offer]->[$offset+$j] =~ /^(\d+:\d+|ab |)$/) { last unless (exists($raw->[$offer]->[$offset+$j])); last if ($raw->[$offer]->[$offset+$j] eq 'Verspätungen sind berücksichtigt'); if ($raw->[$offer]->[$offset+$j] =~ /^\s*$/) { -- cgit v1.2.3