Merge pull request #9857 from marcelofg55/master
Fix cvs files freezing the editor when a double quote is not closed
This commit is contained in:
commit
edacc986d6
1 changed files with 2 additions and 0 deletions
|
|
@ -300,6 +300,8 @@ Vector<String> FileAccess::get_csv_line(String delim) const {
|
|||
String l;
|
||||
int qc = 0;
|
||||
do {
|
||||
ERR_FAIL_COND_V(eof_reached(), Vector<String>());
|
||||
|
||||
l += get_line() + "\n";
|
||||
qc = 0;
|
||||
for (int i = 0; i < l.length(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue