Make argument to printf match format.
This commit is contained in:
parent
785a1faa78
commit
bf1e6655db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user