Revision 534b9c4...

Go back to digest for 5th February 2012

Bug Fixes in KDE Base

Peter Penz committed changes in [kde-baseapps] /src/kitemviews:

Fix sorting issue when sorting by "size"

Root cause of the issue was an overflow in:
result = a - b;
where result is 'int' and a and b are 'KIO::filesize_t'.


FIXED-IN: 4.8.1

File Changes

Modified 2 files
  • /src/kitemviews
  •   dolphin/kfileitemmodel.cpp
  •   dolphin/kfileitemmodel.h
2 files changed in total