Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2c749
)
e2image: fix printf format type match
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 30 Dec 2013 21:12:27 +0000
(16:12 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 30 Dec 2013 21:56:19 +0000
(16:56 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/e2image.c
patch
|
blob
|
history
diff --git
a/misc/e2image.c
b/misc/e2image.c
index
0537b0d
..
402ea9f
100644
(file)
--- a/
misc/e2image.c
+++ b/
misc/e2image.c
@@
-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));