Make argument to printf match format.
This commit is contained in:
parent
065c12dd5f
commit
fac09f6b79
@ -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…
x
Reference in New Issue
Block a user