diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 7c8db0b..0aa3e17 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -253,7 +253,7 @@ sub get_departures { } if ( not $want_crop ) { - while ( ++$displayed_lines < $no_lines ) { + while ( $displayed_lines++ < $no_lines ) { push( @fmt_departures, [ (q{}) x 3 ] ); } } |