Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Wolfgang Denk's avatar
    67fb0622
    unzip: return uncompressed size in `filesize', and print it. · 67fb0622
    Wolfgang Denk authored
    
    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>
    67fb0622
    History
    unzip: return uncompressed size in `filesize', and print it.
    Wolfgang Denk authored
    
    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>