Revision 8e88190...

Go back to digest for 28th August 2011

Bug Fixes in Utilities

Raphael Kubo da Costa committed changes in [ark] plugins/clizipplugin/cliplugin.cpp:

clizip: Detect whether an entry is a directory in a dumber way.

infozip seems to have some trouble indentifying whether some entries
are directories in certain zip files, and outputs the wrong
information in the entry's attributes.

Simply checking if an entry's name ends in '/' seems to be more
reliable.

This also uncovered a crash in Dolphin, so I'm not closing the bug
right now.

The Ark side of the bug should be fixed in 4.7.1.

File Changes

Modified 1 files
  • plugins/clizipplugin/cliplugin.cpp
1 files changed in total