diff libpurple/protocols/yahoo/yahoochat.c @ 27912:a959b17ffc57

propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2) to branch 'im.pidgin.pidgin.yaz' (head c4723ff0e1616bd3e44b26659805f577c9d5b861)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 18 Dec 2008 05:23:37 +0000
parents d8452c0bec7b a063901a5499
children d8e6a2d592a4
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoochat.c	Thu Dec 18 02:03:20 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoochat.c	Thu Dec 18 05:23:37 2008 +0000
@@ -916,7 +916,7 @@
 	g_free(msg1);
 	msg1 = yahoo_string_encode(gc, msg2, &utf8);
 	g_free(msg2);
-	room2 = yahoo_string_encode(gc, room, NULL);
+	room2 = yahoo_string_encode(gc, room, &utf8);
 
 	pkt = yahoo_packet_new(YAHOO_SERVICE_COMMENT, YAHOO_STATUS_AVAILABLE, 0);