changeset 27821:3a305a4511ea

roomname should be in utf8
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 17 Apr 2008 17:02:07 +0000
parents e0a04ba10ae1
children 1d012e75153f
files libpurple/protocols/yahoo/yahoochat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoochat.c	Tue Apr 15 05:18:55 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoochat.c	Thu Apr 17 17:02:07 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);