Commit 36951373 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

db-iris: Show arrival delays in -ot mode even if departure is on time

parent 8ec988ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ sub display_result {
			if ( not defined $d->delay ) {
				print "\n";
			}
			elsif ( $d->delay == 0 ) {
			elsif ( $d->delay == 0 and ( $d->arrival_delay // 0 ) == 0 ) {
				printf( "%s+0\n", q{ } x 15 );
			}
			else {