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 5998863 commit 69fd664Copy full SHA for 69fd664
src/fread.c
@@ -451,7 +451,7 @@ double copyFile(size_t fileSize) // only called in very very rare cases
451
return -1.0; // # nocov
452
memcpy(mmp_copy, mmp, fileSize);
453
sof = mmp_copy;
454
- eof = (char*)OFFSET_POINTER(mmp_copy, fileSize);
+ eof = (char *)OFFSET_POINTER(mmp_copy, fileSize);
455
return wallclock()-tt;
456
}
457
0 commit comments