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>
Loading
Please sign in to comment
src_len is defined as unsigned long. So use %lu for printf().
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>