commit | 9ae2ddc82e80e937e5da235a4c66fc3af5c91fc7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jan 06 12:34:16 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 15 15:28:44 2019 -0500 |
tree | 012f2b0b8eee995aad22d6905e73d305657a9967 | |
parent | 76428561b343daafc163e4bf1d6b5e8f5454d63a [diff] |
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>