
25 Jun
2007
25 Jun
'07
3:27 p.m.
I also tried gzipping a different, smaller file, and I changed the string in "bar" accordingly. No error in that case. So it seems to be a problem with myData.z, but why would it gunzip from the command line with no trouble in that case?
Thanks, Chad
Because gunzip is smarter than your program in that he can decompress gzip format but Z format too (which is produced by the very old "compress" unix utility). -- Jedaï