padjffs2: fix a compiler warning that makes the build fail because of -Werror

SVN-Revision: 27361
This commit is contained in:
Felix Fietkau 2011-07-02 09:47:19 +00:00
parent 357a58811b
commit e194acb471
1 changed files with 1 additions and 1 deletions

View File

@ -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;