summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-20 10:44:17 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-20 10:44:17 +0100
commit614df4428c9467b562a3178ca0b0599bf9146391 (patch)
tree6f16e733751b7b49809f9641b45743be4185ef3e /bin
parentbf7991ac18a2d869a03a810e6896926e824ec21a (diff)
oops
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-wagenreihung-to-json2
1 files changed, 1 insertions, 1 deletions
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{ ^ (?<type> LPF T? (-[A-Z])? ) (?<number> [ 0-9]{2,12}) }x )
+ $line =~ m{ ^ (?<type> LPF T? (-[A-Z])? ) (?<number> [ 0-9]{2,16}) }x )
{
# Not in passenger service ("Leehrfahrt"). Ignore it for now.