e2image: fix printf format type match

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian-1.42.9
Theodore Ts'o 2013-12-30 16:12:27 -05:00
parent 7f2c7495e3
commit d7e6e97871
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ more_blocks:
fputc('\b', stderr);
strftime(buff, 30, "%T", gmtime(&duration));
fprintf(stderr, _("\b\b\b\b\b\b\b\bCopied %llu / %llu "
"blocks (%llu%%) in %s at %.2f MB/s \n"),
"blocks (%d%%) in %s at %.2f MB/s \n"),
total_written, meta_blocks_count,
calc_percent(total_written, meta_blocks_count), buff,
calc_rate(total_written, fs->blocksize, duration));