libupload: use %zx to print a size_t argument
authorH. Peter Anvin <hpa@zytor.com>
Tue, 21 Jun 2011 04:31:51 +0000 (21:31 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 21 Jun 2011 04:31:51 +0000 (21:31 -0700)
commitccd3c55c47543ee0447f4a5cb545f9d2a22327d9
tree7d618060a9910bfbfa42c863e2d8831bcf351989
parent123e2fab97632347f07c361589e6c586d38df2ee
libupload: use %zx to print a size_t argument

To print an argument of type size_t we should use the %z size
modifier.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/libupload/cpio.c