------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=139199         
kedgedev centrum cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kedgedev centrum cz  2006-12-25 22:33 -------
SVN commit 616492 by rjarosz:

Fix bug 139199: strange sign after every message from icq2go

BUG: 139199



 M  +4 -0      oscarmessage.cpp  


--- 
branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/oscarmessage.cpp 
#616491:616492
 @ -113,6 +113,10  @
                        char cell = *p++;
                        result[i] = QChar( cell, row );
                }
+               //check if last character isn't null
+               if ( result[len-1].isNull() )
+                       result.setLength( len - 1 );
+
                return result;
        }
        default:
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to