changeset 27816:0cd438c47ab3

THis conversion specifier is incorrect.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 04 Aug 2009 03:49:01 +0000
parents 282080b8d761
children bf7039a638b7
files libpurple/protocols/msn/slpcall.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c	Mon Aug 03 06:36:48 2009 +0000
+++ b/libpurple/protocols/msn/slpcall.c	Tue Aug 04 03:49:01 2009 +0000
@@ -209,7 +209,7 @@
 			gsize bytes_read, bytes_written;
 
 			body_str = g_convert((const gchar *)body, body_len / 2,
-			                     "UTF-8", "UTF16-LE",
+			                     "UTF-8", "UTF-16LE",
 			                     &bytes_read, &bytes_written, &error);
 			body_len -= bytes_read + 2;
 			body += bytes_read + 2;