[Digikam-devel] [Bug 169704] crash during RAW import

Gilles Caulier caulier.gilles at gmail.com
Sun Aug 24 09:14:36 BST 2008


http://bugs.kde.org/show_bug.cgi?id=169704





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2008-08-24 10:14:35 ---
SVN commit 851625 by cgilles:

backport commit #851624 from KDE4


 M  +2 -2      imagecurves.cpp


--- branches/extragear/kde3/graphics/digikam/libs/curves/imagecurves.cpp
#851624:851625
@@ -543,7 +543,7 @@

 QPointArray ImageCurves::getCurvePoints(int channel)
 {
-    QPointArray array(17);
+    QPointArray array(18);

    if ( d->curves &&
         channel>=0 && channel<5)
@@ -613,7 +613,7 @@
 {
    if ( d->curves &&
         channel>=0 && channel<5 &&
-         vals.size() == 17 )
+         vals.size() == 18 )
    {
        d->dirty = true;
        for (int j = 0 ; j <= 17 ; j++)


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list