Make argument to printf match format.

This commit is contained in:
marcel 2002-05-06 08:27:21 +00:00
parent 785a1faa78
commit bf1e6655db

View File

@ -418,7 +418,7 @@ DoFile(char *savedir, const char *device)
}
if (verbose) {
dmpcnt += wl;
printf("%llu\r", dmpcnt);
printf("%llu\r", (unsigned long long)dmpcnt);
fflush(stdout);
}
dumpsize -= wl;