------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=51655 ------- Additional Comments From nicog@snafu.de 2002-12-10 15:33 ------- Subject: Re: KZip: cannot read small ZIP files Attached is a patch for the file kdelibs/kio/kio/kzip.cpp (for KDE_3_1_BRANCH) The patch solves the problem that some files created by zip could not be opened. It also changes three similar kdWarnings to separate one from the other. The problem was that a test used a boolean and (&&) instead of a bit-wise and (&) I cannot test if OpenOffice's ZIP files are still read correctly after this patch. I can commit the patch to the KDE_3_1_BRANCH but somebody should port it to HEAD please. Thank you in advance! Have a nice day/evening/night! Created an attachment (id=591) --> (http://bugs.kde.org/attachment.cgi?id=591&action=view) patch.txt