SVN commit 1043938 by guymaurel:
complete with parentheses at line 134
M +1 -1 break_lines.h
--- trunk/KDE/kdelibs/khtml/rendering/break_lines.h #1043937:1043938
@@ -134,7 +134,7 @@
} else
return false;
}
- if ( row > 0x2d && row < 0xfb || row == 0x11 ) {
+ if ( (row > 0x2d && row < 0xfb) || row == 0x11 ) {
/* asian line breaking. */
if ( pos == 0 )
return false; // never break before first character
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs