Mercurial > pidgin
changeset 25872:cf6dfd38c7c1
Fix a botched line in the merge...
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sat, 13 Dec 2008 05:49:20 +0000 |
parents | 65cfc59858cf |
children | be87547aa431 |
files | libpurple/protocols/qq/im.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/im.c Sat Dec 13 05:45:27 2008 +0000 +++ b/libpurple/protocols/qq/im.c Sat Dec 13 05:49:20 2008 +0000 @@ -785,7 +785,7 @@ /* create no-auth buddy */ buddy = qq_buddy_new(gc, im_header->uid_from); } - bd = (buddy == NULL) ? NULL : purple_buddy_get_protocol_data(b); + bd = (buddy == NULL) ? NULL : purple_buddy_get_protocol_data(buddy); if (bd != NULL) { bd->client_tag = im_header->version_from; bd->face = im_text.sender_icon;