projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a64c33
)
Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with...
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Dec 2006 11:34:17 +0000
(11:34 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Dec 2006 11:34:17 +0000
(11:34 -0000)
coreutils/od_bloaty.c
patch
|
blob
|
history
diff --git
a/coreutils/od_bloaty.c
b/coreutils/od_bloaty.c
index 6ae0e046bef700e18023a90ac926e4791697863a..fae41afae804bc159d0a5f31af4e8b8a997792dd 100644
(file)
--- a/
coreutils/od_bloaty.c
+++ b/
coreutils/od_bloaty.c
@@
-1436,7
+1436,7
@@
od_main(int argc, char **argv)
if (str_w)
bytes_per_block = xatou(str_w);
if (!bytes_per_block || bytes_per_block % l_c_m != 0) {
- bb_error_msg("warning: invalid width %u; using %d instead",
+ bb_error_msg("warning: invalid width %
z
u; using %d instead",
bytes_per_block, l_c_m);
bytes_per_block = l_c_m;
}