From 614df4428c9467b562a3178ca0b0599bf9146391 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 20 Dec 2020 10:44:17 +0100 Subject: oops --- bin/db-wagenreihung-to-json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/db-wagenreihung-to-json b/bin/db-wagenreihung-to-json index 3fe41ab..3e32f93 100755 --- a/bin/db-wagenreihung-to-json +++ b/bin/db-wagenreihung-to-json @@ -269,7 +269,7 @@ for my $line (@lines) { } } elsif ( - $line =~ m{ ^ (? LPF T? (-[A-Z])? ) (? [ 0-9]{2,12}) }x ) + $line =~ m{ ^ (? LPF T? (-[A-Z])? ) (? [ 0-9]{2,16}) }x ) { # Not in passenger service ("Leehrfahrt"). Ignore it for now. -- cgit v1.2.3