Mercurial > pidgin
changeset 24545:8050ea54a83e
Really compile
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 26 Nov 2008 22:16:58 +0000 |
parents | 737bf6236bd3 |
children | ad6d8e627444 05c84351338b |
files | libpurple/protocols/zephyr/zephyr.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/zephyr.c Wed Nov 26 22:13:55 2008 +0000 +++ b/libpurple/protocols/zephyr/zephyr.c Wed Nov 26 22:16:58 2008 +0000 @@ -903,7 +903,7 @@ #else memcpy(ipaddr,inet_ntoa(notice.z_sender_addr),sizeof(ipaddr)); #endif - purple_conv_chat_add_user(gcc, sendertmp, ipaddr, PURPLE_CBFLAGS_NONE, TRUE); + purple_conv_chat_add_user(gcc, stripped_sender, ipaddr, PURPLE_CBFLAGS_NONE, TRUE); } g_free(sendertmp); serv_got_chat_in(gc, zt2->id, send_inst_utf8, 0, buf3, time(NULL));