]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: zip: use correct format code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Jan 2019 11:38:37 +0000 (12:38 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:44 +0000 (15:28 -0500)
commit4e0f7f3fae9eb10d5ebf0b7997c8f0573cf13c11
tree41a8b1b69c8d0bd5a9a6b7293c3af90dac49c8ff
parent9ce8b9927c4e06879ab39267062b5446207a9a39
cmd: zip: use correct format code

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

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