
26 Jul
2018
26 Jul
'18
5:42 p.m.
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