showlog: Fix logfile selection code for the --reverse parsing case
commit7229784f6f44abebb78a92a63768cb3f027f4359
authorAndreas Ericsson <ae@op5.se>
Wed, 24 Mar 2010 15:38:55 +0000 (24 16:38 +0100)
committerAndreas Ericsson <ae@op5.se>
Wed, 24 Mar 2010 15:38:55 +0000 (24 16:38 +0100)
tree2f26608eb2a776e3efd4165a698ca1bce2b74eaf
parentb658477b71715e1cfe10dd33367721a41b2796cd
showlog: Fix logfile selection code for the --reverse parsing case

The logic to skip entire logfiles in case there's no chance any
entries in it could be interesting to us didn't work at all in
the reverse parsing case. This patch fixes it so that it produces
an equal amount of lines in both cases. Some simple testing shows
that the output is identical, although reversed as it should be,
when identical options (minus --reverse, naturally) are passed
to the program.

Signed-off-by: Andreas Ericsson <ae@op5.se>
showlog.c