projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tools: clean up Makefiles / make ccache work
[openwrt.git]
/
tools
/
padjffs2
/
src
/
padjffs2.c
diff --git
a/tools/padjffs2/src/padjffs2.c
b/tools/padjffs2/src/padjffs2.c
index
679992d
..
58d9914
100644
(file)
--- a/
tools/padjffs2/src/padjffs2.c
+++ b/
tools/padjffs2/src/padjffs2.c
@@
-83,7
+83,7
@@
static int pad_image(char *name, uint32_t pad_mask)
pad_mask &= ~mask;
}
- printf("padding image to %08x\n", in_len);
+ printf("padding image to %08x\n",
(unsigned int)
in_len);
while (out_len < in_len) {
ssize_t len;
This page took
0.023499 seconds
and
4
git commands to generate.