Commit 274be675 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix acronym for Stuttgart Hbf (tief)

The old workaround doesn't apply anymore
parent eb26aafd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ while ( my $line = <STDIN> ) {
	$station =~ s{ ^ KDN \s P $ }{KDN}x;
	$station =~ s{ ^ KGKK     $ }{KGEK}x;
	$station =~ s{ ^ KRY \s P $ }{KRY}x;
	$station =~ s{ ^ TS \s\s T$ }{TST}x;
	$station =~ s{ ^ TSZ \s F $ }{TSFE}x;

	printf(
+1 −1

File changed.

Contains only whitespace changes.