output: Fix logic error in table_select_slice().
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Jun 2010 19:28:28 +0000 (12:28 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Jun 2010 19:56:10 +0000 (12:56 -0700)
commit86fcc54cf91e2811c0aed10acfc86fc911f01206
treeb9c5248605617a16469cd8c2d2bae6d9f56ebb5a
parent7dbe34c72ee7084c3fbfc2d7c8a579cefa3d836b
output: Fix logic error in table_select_slice().

z1 is a row or column number, not a count of header rows or columns, so it
only makes sense to compare it against another row or column number, not
against a count of rows or columns.
src/output/table-select.c