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

List:       kde-commits
Subject:    kdelibs/khtml/xml
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-11-18 14:41:33
Message-ID: 20041118144133.CE2F116E3E () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

now this was a fun bug to find :-(


  M +2 -2      dom2_rangeimpl.cpp   1.34


--- kdelibs/khtml/xml/dom2_rangeimpl.cpp  #1.33:1.34
@@ -319,5 +319,5 @@ short RangeImpl::compareBoundaryPoints( 
     if (c) {
         int offsetC = 0;
-        NodeImpl *n = n = containerA->firstChild();
+        NodeImpl* n = containerA->firstChild();
         while (n != c) {
             offsetC++;
@@ -335,5 +335,5 @@ short RangeImpl::compareBoundaryPoints( 
     if (c) {
         int offsetC = 0;
-        NodeImpl *n = n = containerB->firstChild();
+        NodeImpl* n = containerB->firstChild();
         while (n != c) {
             offsetC++;


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

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