X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fbouncebuf.c;h=054d9e0302ccbd9bff1f17874b284c5234763da7;hb=a0d0a594ccf54f4f430d271cab9ddb95958a9495;hp=9eece6d758bb6eede91da046a2db5774808c1dec;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=oweals%2Fu-boot.git diff --git a/common/bouncebuf.c b/common/bouncebuf.c index 9eece6d758..054d9e0302 100644 --- a/common/bouncebuf.c +++ b/common/bouncebuf.c @@ -23,7 +23,7 @@ static int addr_aligned(struct bounce_buffer *state) /* Check if length is aligned */ if (state->len != state->len_aligned) { - debug("Unaligned buffer length %d\n", state->len); + debug("Unaligned buffer length %zu\n", state->len); return 0; }