Skip to content

Commit 75a651d

Browse files
committed
also the other one
1 parent dec2235 commit 75a651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ int freadMain(freadMainArgs _args) {
16731673
// unusual
16741674
if (verbose) DTPRINT(_(" sep='\\n' passed in meaning read lines as single character column\n"));
16751675
sep = 127; // ASCII DEL: a character different from \r, \n and \0 that isn't in the data
1676-
whiteChar = 0;
1676+
whiteChar = '\0';
16771677
quoteRule = 3; // Ignore quoting
16781678
ncol = 1;
16791679
int thisLine=0;

0 commit comments

Comments
 (0)