> Not with gzip-1.3.  In fact, debugging shows that mc never enters vfmake()
> and never runs gzip.  The problem is with is_gunzipable() in src/util.c.  
> It reads the uncompressed size at the end, and test.tgz has zeroes there.

is_gunzipable() has been completely rewritten and renamed to
get_compression_type().  It doesn't try to determine the uncompressed size
anymore - the size was only used as the indicator whether the file is
compressed or not.

The fix has been committed.

-- 
Regards,
Pavel Roskin

_______________________________________________
Mc-devel mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to