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 9afc016 commit 75bdc54Copy full SHA for 75bdc54
src/fread.c
@@ -1912,7 +1912,6 @@ int freadMain(freadMainArgs _args) {
1912
DTPRINT(_(" Number of sampling jump points = %d because jump0size==0\n"), nJumps);
1913
} else {
1914
DTPRINT(_(" Number of sampling jump points = %d because (%ld bytes from row 1 to eof) / (2 * %ld jump0size) == %ld\n"),
1915
- // NB: ptrdiff_t should use '%td', but that's a C99 addition, which may not work with old Rtools (pre-Rtools42)
1916
nJumps, (long int)sz, (long int)jump0size, (long int)(sz/(2*jump0size)));
1917
}
1918
0 commit comments