changeset 10379:cf7b1970039e

[gaim-migrate @ 11604] So I don't forget... committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 15 Dec 2004 05:02:31 +0000
parents 28135f8c226d
children bed8d9a7bb88
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Wed Dec 15 02:29:58 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Wed Dec 15 05:02:31 2004 +0000
@@ -3088,7 +3088,7 @@
 	yahoo_packet_hash(pkt, 10, buf);
 	if (yd->current_status == YAHOO_STATUS_CUSTOM) {
 		GaimStatus *status = gaim_presence_get_active_status(gaim_account_get_presence(gaim_connection_get_account(gc)));
-		msg = yahoo_string_encode(gc, gaim_status_get_attr_string(status, "message"), NULL);
+		msg = yahoo_string_encode(gc, gaim_status_get_attr_string(status, "message"), NULL); //this line crashes, fix it
 		msg2 = gaim_unescape_html(msg);
 		yahoo_packet_hash(pkt, 19, msg2);
 	} else {