KDE/kdelibs/khtml/imload

View: New views
1 Messages — Rating Filter:   Alert me  

KDE/kdelibs/khtml/imload

by Guy Maurel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SVN commit 1043921 by guymaurel:

change the declaration of "i" in the for-loop at line 290

 M  +1 -1      image.cpp  


--- trunk/KDE/kdelibs/khtml/imload/image.cpp #1043920:1043921
@@ -291,7 +291,7 @@
     plane->image = *image;
 
     //Set the versions.
-    for(int i=0; i<plane->height;i++) {
+    for(unsigned int i=0; i<plane->height;i++) {
         plane->versions[i] = version;
     }
 
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs