mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-15 00:09:58 -05:00
cvsparse: used wrong var for last row check
This commit is contained in:
+1
-1
@@ -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