mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 19:52:09 +01:00
Allow "quoted" CSV files not ending with CRLF
This commit is contained in:
parent
7163441cb5
commit
d291320832
@ -63,5 +63,5 @@ bool CSV::readEntry(QStringList &list)
|
|||||||
|
|
||||||
list.append(field);
|
list.append(field);
|
||||||
|
|
||||||
return (state == 0);
|
return (state == 0 || (state == 2 && _device->atEnd()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user