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

List:       kde-commits
Subject:    kdelibs/kate/part
From:       Hamish Rodda <meddie () yoyo ! its ! monash ! edu ! au>
Date:       2003-01-20 4:30:30
[Download RAW message or body]

CVS commit by rodda: 

Silence warning.


  M +1 -1      kateviewinternal.cpp   1.168


--- kdelibs/kate/part/kateviewinternal.cpp  #1.167:1.168
@@ -1691,5 +1691,5 @@ void KateViewInternal::updateCursor( con
     if (newLen == -1) {
       textLine->truncate(0);
-    } else if (newLen != textLine->length()) {
+    } else if (newLen != (int)textLine->length()) {
       textLine->truncate(newLen + 1);
     }


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

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