We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec2235 commit 75a651dCopy full SHA for 75a651d
src/fread.c
@@ -1673,7 +1673,7 @@ int freadMain(freadMainArgs _args) {
1673
// unusual
1674
if (verbose) DTPRINT(_(" sep='\\n' passed in meaning read lines as single character column\n"));
1675
sep = 127; // ASCII DEL: a character different from \r, \n and \0 that isn't in the data
1676
- whiteChar = 0;
+ whiteChar = '\0';
1677
quoteRule = 3; // Ignore quoting
1678
ncol = 1;
1679
int thisLine=0;
0 commit comments