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 4bc0e27 commit b5e59b7Copy full SHA for b5e59b7
src/fread.c
@@ -1731,8 +1731,8 @@ int freadMain(freadMainArgs _args) {
1731
firstJumpEnd = ch; // to know how many bytes jump 0 is, for nrow estimate later (a less-good estimate when fill=true since line lengths vary more)
1732
if (verbose) {
1733
DTPRINT((unsigned)sep<32
1734
- ? " sep=%#02x with %d fields using quote rule %d\n"
1735
- : " sep='%c' with %d fields using quote rule %d\n",
+ ? _(" sep=%#02x with %d fields using quote rule %d\n")
+ : _(" sep='%c' with %d fields using quote rule %d\n"),
1736
sep, topNumFields, quoteRule);
1737
}
1738
0 commit comments