Skip to content

Commit 11e0c48

Browse files
committed
simplify quote scan
1 parent f479939 commit 11e0c48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fread.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,6 @@ int freadMain(freadMainArgs _args)
18191819
blockHasQuote = true;
18201820
break;
18211821
}
1822-
if (*scan == '\n' || *scan == '\r') continue;
18231822
}
18241823
}
18251824
bool singleColumnCandidate = (lastncol == 1 && thisBlockLines >= 2 && blockHasQuote && quoteRule < QUOTE_RULE_IGNORE_QUOTES);

0 commit comments

Comments
 (0)