diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-03-28 11:31:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-03-28 11:31:36 +0200 |
commit | 26d8ae1c395c5eb2f650503a2e3a97d182df0f60 (patch) | |
tree | 5b670c8108f8d9da578188ee96af00e4f346b5c8 /bin/efa-m | |
parent | 598f19db911f0cd1f3755785ade02de7bf51e82e (diff) |
efa-m, EFA: Accept "stopID" stop type
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-x | bin/efa-m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ else { ( $place, $input ) = @ARGV; } -if ( $input =~ s{ ^ (?<type> address|poi|stop) : }{}x ) { +if ( $input =~ s{ ^ (?<type> address|poi|stop|stopID) : }{}x ) { $input_type = $+{type}; } |