SVN commit 1043922 by guymaurel:
change the declaration of first at line 53
M +1 -1 imageplane.cpp
--- trunk/KDE/kdelibs/khtml/imload/imageplane.cpp #1043921:1043922
@@ -53,7 +53,7 @@
unsigned char* versions)
{
//Determine the range which needs pushing.
- unsigned int first = 0xFFFF, last = 0;
+ int first = 0xFFFF, last = 0;
if (!tile->pixmap)
{
//### this can be wasteful if we do conversion
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs