summaryrefslogtreecommitdiff
path: root/bin/hafas-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hafas-m')
-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";
}