pkgsrc/graphics/digikam/patches/patch-ab
markd 994dd41608 Fix communication between digikam and its kioslaves by having them
agree on the type of filesizes that are passed between them.
Bump PKGREVISION.
2006-02-23 13:03:23 +00:00

13 lines
383 B
Text

$NetBSD: patch-ab,v 1.1 2006/02/23 13:03:24 markd Exp $
--- digikam/digikam/albumlister.cpp.orig 2006-01-17 07:10:18.000000000 +1300
+++ digikam/digikam/albumlister.cpp
@@ -313,7 +313,7 @@ void AlbumLister::slotData(KIO::Job*, co
int albumID;
QString name;
QString date;
- size_t size;
+ off_t size;
QSize dims;
ImageInfoList newItemsList;