diff options
Diffstat (limited to 'project2/fileRows.cpp')
-rw-r--r-- | project2/fileRows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/fileRows.cpp b/project2/fileRows.cpp index c42d6cf..b7d0c7e 100644 --- a/project2/fileRows.cpp +++ b/project2/fileRows.cpp @@ -52,7 +52,7 @@ FileRows::getColumnName(unsigned int col) const void FileRows::execute(const RowProcessor * rp) const { - rowNum = 0; + rowNum = 1; FileStarChannel c(doOpen()); c.set_encoding(encoding); c.set_line_term(newline); |