[Bug 75660] Re: ARK: Adding files to a zip file -> Error

oliver1974 oliver.kitzing at ewetel.net
Sat Dec 23 22:37:34 UTC 2006


This only happens if "only replace if newer" is activated via settings.

Seems to be just a single line in zip.cpp, so it's not exactly the same
error as the Mandriva bug, but quite similar. I will provide a diff:


if ( ArkSettings::replaceOnlyWithNewer() )
     *kp << "-u";
-  else
+  // else

*kp << m_filename;


So just a single line to change, the "else" is too much as it seems..

-- 
ARK: Adding files to a zip file -> Error
https://launchpad.net/bugs/75660




More information about the kubuntu-bugs mailing list