# HG changeset patch # User Tim Ringenbach # Date 1103086951 0 # Node ID cf7b1970039e245250e7e1f1722c9c9333c14846 # Parent 28135f8c226d8c3445ca72e36988c0dfbd2f5921 [gaim-migrate @ 11604] So I don't forget... committer: Tailor Script diff -r 28135f8c226d -r cf7b1970039e src/protocols/yahoo/yahoo.c --- 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 {