mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
cvsparse: used wrong var for last row check
This commit is contained in:
@@ -128,7 +128,7 @@ bool CSVParser::parse(QTextStream& stream, int64_t nMaxRecords)
|
||||
}
|
||||
}
|
||||
|
||||
if(!fieldbuf.isEmpty())
|
||||
if(!record.isEmpty())
|
||||
{
|
||||
addColumn(record, fieldbuf, m_bTrimFields);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user