diff options
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris index f62860f..2031577 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -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 { |