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