X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fbouncebuf.c;h=054d9e0302ccbd9bff1f17874b284c5234763da7;hb=f3b4bc458de3285a04c5f60df6372ad5ca79fa60;hp=9eece6d758bb6eede91da046a2db5774808c1dec;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;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; }