On Thu, Jul 26, 2018 at 05:36:01PM +0200, Martin Husemann wrote:
> On Thu, Jul 26, 2018 at 11:32:25AM -0400, Tom Rini wrote:
> > - printf("Read %u bytes from volume %s to %p\n", size, volume, buf);
> > + printf("Read %zd bytes from volume %s to %p\n", size, volume, buf);
>
> Why make it signed? "%zu bytes" should be better.Whoops, thanks. -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

