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

List:       kde-commits
Subject:    kdewebdev/quanta/parts/kafka
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-04-02 17:25:56
Message-ID: 20050402172556.65740634 () office ! kde ! org
[Download RAW message or body]

CVS commit by amantia: 

Fix a crash in VPL.


  M +1 -1      kafkacommon.cpp   1.79


--- kdewebdev/quanta/parts/kafka/kafkacommon.cpp  #1.78:1.79
@@ -333,5 +333,5 @@ Node* kafkaCommon::getCorrectEndNode(Nod
     {
         end_node = end_node->previousSibling();
-        if(end_node->tag->type == Tag::Text)
+        if(end_node && end_node->tag->type == Tag::Text)
         {
             end_offset = end_node->tag->tagStr().length();


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

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