diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-17 18:17:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-17 18:17:10 +0200 |
commit | db9341b53fd2a71458dc52ac2f56ff41c8831b88 (patch) | |
tree | 85c5efb12f833422bfed370b2d557af5d910e8f3 | |
parent | 5519d29b4643973b3be06718f53590396ac595b7 (diff) |
efa: Support additional cases of un-timestamped connections
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*$/) { |