summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-24 20:26:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-24 20:26:03 +0200
commitaf194f0bc93b52d91694dc11fc837215c6be8e7e (patch)
treed6d5e386cee86e6cc8b98a47d6ac77043460b0e3
parenta5fb25979e60504898754bb9c75b876c2c067d44 (diff)
hafas-m: do not forget space before info/delay line
-rwxr-xr-xbin/hafas-m2
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";
}