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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ sub display_result {
			@{$line}[ 0 .. 4 ]
		);
		if ( $line->[5] ) {
			print $line->[5];
			print '  ' . $line->[5];
		}
		print "\n";
	}