commit | 16f29356b4a32dd8dfe9a36fee5ea5b9d8b27972 | [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 | e7bfcff8c88d9a976ec91f9bcad4ba4383975b0f [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>