Skip to content
Snippets Groups Projects
Commit af194f0b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

hafas-m: do not forget space before info/delay line

parent a5fb2597
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ sub display_result {
@{$line}[ 0 .. 4 ]
);
if ( $line->[5] ) {
print $line->[5];
print ' ' . $line->[5];
}
print "\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment