[Digikam-devel] [Bug 127634] communication between digikam and its kioslaves broken if size_t != off_t
Gilles Caulier
caulier.gilles at free.fr
Fri May 19 06:35:02 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=127634
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-05-19 07:35 -------
SVN commit 542354 by cgilles:
digikam from trunk: fix wrong cast between digikam album lister and kio slave
BUG: 127634
M +1 -1 albumlister.cpp
--- trunk/extragear/graphics/digikam/digikam/albumlister.cpp #542353:542354
@ -323,7 +323,7 @
int albumID;
QString name;
QString date;
- size_t size;
+ off_t size;
QSize dims;
ImageInfoList newItemsList;
More information about the Digikam-devel
mailing list