Skip to content

Commit

Permalink
comment line does not contain data
Browse files Browse the repository at this point in the history
  • Loading branch information
syntheticpp committed Nov 24, 2014
1 parent f55b836 commit 8d26319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasources/ascii/asciidatareader.cpp
Expand Up @@ -192,6 +192,7 @@ bool AsciiDataReader::findDataRows(const Buffer& buffer, qint64 bufstart, qint64
for (qint64 i = 0; i < bufread; ++i) {
if (comment_del(buffer[i])) {
is_comment = true;
row_has_data = false;
} else if (isLineBreak(buffer[i])) {
if (row_has_data) {
_rowIndex[_numFrames] = row_start;
Expand Down

0 comments on commit 8d26319

Please sign in to comment.