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 53908cb commit b1d4cd0Copy full SHA for b1d4cd0
src/fread.c
@@ -409,7 +409,7 @@ double wallclock(void)
409
* multiple threads at the same time, or hold on to the value returned for
410
* extended periods of time.
411
*/
412
-static const char* filesize_to_str(char output[static 100], const size_t fsize)
+static const char* filesize_to_str(char output[static 100], const uint64_t fsize)
413
{
414
static const char suffixes[] = {'T', 'G', 'M', 'K'};
415
for (int i = 0; i <= sizeof(suffixes); i++) {
0 commit comments