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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2008-12-28 13:45:33
Message-ID: 1230471933.380473.23020.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 902491 by rjarosz:

Fix bug 139352: Sent URL received incorrectly

BUG: 139352



 M  +1 -1      messagereceivertask.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks/messagereceivertask.cpp #902490:902491
@@ -330,7 +330,7 @@
 	};
 
 	QByteArray msgText = tlv5buffer.getLELNTS();
-	if ( msgType == 0x0D || msgType == 0x0E )
+	if ( msgType == 0x0D || msgType == 0x0E || msgType == 0x04 )
 		msgText.replace( 0xFE, 0x20 );
 
 	switch ( msgFlags )
[prev in list] [next in list] [prev in thread] [next in thread] 

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