summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-17 18:17:10 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-17 18:17:10 +0200
commitdb9341b53fd2a71458dc52ac2f56ff41c8831b88 (patch)
tree85c5efb12f833422bfed370b2d557af5d910e8f3
parent5519d29b4643973b3be06718f53590396ac595b7 (diff)
efa: Support additional cases of un-timestamped connections
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
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*$/) {