]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9ce8b9927c4e06879ab39267062b5446207a9a39
tree012f2b0b8eee995aad22d6905e73d305657a9967
parent1bcd7fe6d8ed36569192738f4bba454c61bcf9b2
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