Comment 2 for bug 469046

Revision history for this message
lnxusr (bjwest) wrote :

jaroslaw, to fix this, edit the file /usr/share/mc/extfs/uzip. Change the zero to a one on line 22:

before:
my $op_has_zipinfo = 0;

after:

my $op_has_zipinfo = 1;

This bug was introduced in an unzip update. This is an easy fix, and should have been done by the ubuntu team a long time ago. Of course, you and I may be the only people still using Midnight Commander... ;)