mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Make argument to printf match format.
This commit is contained in:
parent
065c12dd5f
commit
fac09f6b79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96103
@ -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