Loading lib/DBInfoscreen.pm +2 −2 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ sub startup { $sched_idx++; } } while ( $route_idx < $#route ) { while ( $route_idx <= $#route ) { push( @json_route, { Loading @@ -230,7 +230,7 @@ sub startup { ); $route_idx++; } while ( $sched_idx < $#sched_route ) { while ( $sched_idx <= $#sched_route ) { push( @json_route, { Loading Loading
lib/DBInfoscreen.pm +2 −2 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ sub startup { $sched_idx++; } } while ( $route_idx < $#route ) { while ( $route_idx <= $#route ) { push( @json_route, { Loading @@ -230,7 +230,7 @@ sub startup { ); $route_idx++; } while ( $sched_idx < $#sched_route ) { while ( $sched_idx <= $#sched_route ) { push( @json_route, { Loading