cmd: unzip: use correct format code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Jan 2019 11:34:16 +0000 (12:34 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:44 +0000 (15:28 -0500)
commit9ae2ddc82e80e937e5da235a4c66fc3af5c91fc7
tree012f2b0b8eee995aad22d6905e73d305657a9967
parent76428561b343daafc163e4bf1d6b5e8f5454d63a
cmd: unzip: use correct format code

src_len is defined as unsigned long. So use %lu for printf().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/unzip.c