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 b5e59b7 commit b6423feCopy full SHA for b6423fe
src/fread.c
@@ -1783,8 +1783,8 @@ int freadMain(freadMainArgs _args) {
1783
if (topSkip<0) topSkip=0; // inelegant but will do for now to pass single row input such as test 890
1784
if (verbose) {
1785
DTPRINT((unsigned)sep<32
1786
- ? " sep=%#02x with %d lines of %d fields using quote rule %d\n"
1787
- : " sep='%c' with %d lines of %d fields using quote rule %d\n",
+ ? _(" sep=%#02x with %d lines of %d fields using quote rule %d\n")
+ : _(" sep='%c' with %d lines of %d fields using quote rule %d\n"),
1788
sep, topNumLines, topNumFields, topQuoteRule);
1789
}
1790
0 commit comments