[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:34:42 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         




------- Additional Comments From caulier.gilles free fr  2006-05-19 07:34 -------
SVN commit 542353 by cgilles:

digikam from stable: fix wrong cast between digikam album lister and kio slave
CCBUGS: 127634

 M  +1 -1      albumlister.cpp  


--- branches/stable/extragear/graphics/digikam/digikam/albumlister.cpp #542352:542353
 @ -313,7 +313,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