[Digikam-devel] [Bug 127634] communication between digikam and its kioslaves broken if size_t != off_t
Mark Davies
mark at mcs.vuw.ac.nz
Thu Jul 27 02:29:53 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 mark mcs vuw ac nz 2006-07-27 03:29 -------
On Friday 19 May 2006 17:35, Gilles Caulier wrote:
[bugs.kde.org quoted mail]
Unfortunately this is still broken in 0.8.2, but now for the reverse reason.
You fixed the above so that albumlister.cpp was expecting an off_t but someone
also fixed the other end so that they now pass a size_t:
eg. kioslaves/digikamalbums.cpp now has:
*os << static_cast<size_t>(stbuf.st_size);
so there is still a mismatch in the size of the argument that each side is
sending/expecting.
cheers
mark
More information about the Digikam-devel
mailing list