diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-24 20:26:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-24 20:26:03 +0200 |
commit | af194f0bc93b52d91694dc11fc837215c6be8e7e (patch) | |
tree | d6d5e386cee86e6cc8b98a47d6ac77043460b0e3 | |
parent | a5fb25979e60504898754bb9c75b876c2c067d44 (diff) |
hafas-m: do not forget space before info/delay line
-rwxr-xr-x | bin/hafas-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index e667a66..74f5ebd 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -154,7 +154,7 @@ sub display_result { @{$line}[ 0 .. 4 ] ); if ( $line->[5] ) { - print $line->[5]; + print ' ' . $line->[5]; } print "\n"; } |