------- 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
------- Additional Comments From kedgedev centrum cz 2006-12-25 22:55 -------
SVN commit 616496 by rjarosz:
Forwardport fix for bug 139199: strange sign after every message from icq2go
CCBUG: 139199
M +4 -0 oscarmessage.cpp
--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/oscarmessage.cpp
#616495:616496
@ -158,6 +158,10 @
*p++ = newText[i].row();
*p++ = newText[i].cell();
}
+ //check if last character isn't null
+ if ( result.at(len-1).isNull() )
+ result.resize( len - 1 );
+
break;
}
default:
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel