SVN commit 1043933 by guymaurel:
change the declaration of "lineno" at line 533
M +1 -1 xml_tokenizer.cpp
--- trunk/KDE/kdelibs/khtml/xml/xml_tokenizer.cpp #1043932:1043933
@@ -533,7 +533,7 @@
if ( m_handler.errorLine != -1 ) {
QString xmlCode = m_source.data();
QTextStream stream(&xmlCode, QIODevice::ReadOnly);
- for (unsigned long lineno = 0; lineno < m_handler.errorLine-1; lineno++)
+ for (int lineno = 0; lineno < m_handler.errorLine-1; lineno++)
stream.readLine();
line = stream.readLine();
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs