j
k
j a
j l
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.
Martin
Back to the thread
Back to the list