Skip to content

Commit 5579977

Browse files
badasahogaitap
andauthored
removed comment.char option from documentation (#6936)
* removed comment.char option from documentation * Revert change to read.table() example call --------- Co-authored-by: Ivan K <[email protected]>
1 parent f8371a7 commit 5579977

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
@@ -2762,7 +2762,7 @@ int freadMain(freadMainArgs _args) {
27622762
DTWARN(_("Stopped early on line %"PRIu64". Expected %d fields but found %d. Consider fill=%d or even more based on your knowledge of the input file. Use fill=Inf for reading the whole file for detecting the number of fields. First discarded non-empty line: <<%s>>"),
27632763
(uint64_t)DTi+row1line, ncol, tt, tt, strlim(skippedFooter,500));
27642764
} else {
2765-
DTWARN(_("Stopped early on line %"PRIu64". Expected %d fields but found %d. Consider fill=TRUE and comment.char=. First discarded non-empty line: <<%s>>"),
2765+
DTWARN(_("Stopped early on line %"PRIu64". Expected %d fields but found %d. Consider fill=TRUE. First discarded non-empty line: <<%s>>"),
27662766
(uint64_t)DTi+row1line, ncol, tt, strlim(skippedFooter,500));
27672767
}
27682768
}

0 commit comments

Comments
 (0)