Start counting nb_printed_lines from 0
authorOlivier Bornet <Olivier.Bornet@idiap.ch>
Mon, 16 Mar 2009 08:12:21 +0000 (09:12 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Mon, 16 Mar 2009 11:40:28 +0000 (12:40 +0100)
commitef2a722e9da6dc7486797d1324da95e0a88138cf
treea2faa010baa773cb1b610d8bb8c63fef06c2fc41
parentad25fa46db2e693f887638a4afa35555cd1e5646
Start counting nb_printed_lines from 0

It's more understandable to have nb_printed_lines starting at 0, and to use
directly instead of using nb_printed_lines + 1 after that.

Signed-off-by: Francois Fleuret <francois@fleuret.org>
selector.cc