mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make argument to printf match format.
This commit is contained in:
parent
065c12dd5f
commit
fac09f6b79
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue