CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/17 06:02:38
Modified files:
usr.bin/compress: gzopen.c
Log message:
When returning the file size info, only use z_total_in/z_total_out
for the read (inflate) case where there might be multiple streams.
For the write (deflate) case there can only be a single stream so
just use the per-stream total_in/total_out. Fixes "gzip -v" byte
counts. OK henning@.
