Skip to content
Snippets Groups Projects
Commit 67fb0622 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

unzip: return uncompressed size in `filesize', and print it.


The unzip command did not provide a way for the caller to get any
information about the uncompressed size.  To make it better usable in
scripts, we now store the uncompressed size in the `filesize'
variable, like we do when for example loading a file over the network
or when reading it from a file system.  Following that analogy, it is
only consequent to also print the size.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent cc22b795
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment