[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/khtml/xml
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2010-03-02 13:04:38
Message-ID: 1267535078.447724.14293.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097931 by ggarand:

initialize variable, fix comparison warning

 M  +1 -0      dom_docimpl.cpp  
 M  +1 -1      xml_tokenizer.cpp  


--- trunk/KDE/kdelibs/khtml/xml/dom_docimpl.cpp #1097930:1097931
@@ -436,6 +436,7 @@
     m_async = true;
     m_hadLoadError = false;
     m_docLoading = false;
+    m_bVariableLength = false;
     m_inSyncLoad = 0;
     m_loadingXMLDoc = 0;
     m_documentElement = 0;
--- trunk/KDE/kdelibs/khtml/xml/xml_tokenizer.cpp #1097930:1097931
@@ -537,7 +537,7 @@
                 stream.readLine();
             line = stream.readLine();
 
-            for (unsigned long colno = 0; colno < m_handler.errorCol-1; colno++)
+            for (long colno = 0; colno < m_handler.errorCol-1; colno++)
                 errorLocPtr += ' ';
             errorLocPtr += '^';
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic