summaryrefslogtreecommitdiff
path: root/core/Messenger.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-18 17:57:01 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-18 17:57:01 -0400
commitf06cd56ecec14928c8249d0133a248c5c9905734 (patch)
treec5dcdbf054215b2f86e6d05d3845e626a386df7b /core/Messenger.c
parentdd623d120eac0e52427f5a0747e58f84b2b7a625 (diff)
Saving of userstatus not implemented, removed loading of them.
Diffstat (limited to 'core/Messenger.c')
-rw-r--r--core/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Messenger.c b/core/Messenger.c
index 84771211..4780f3c1 100644
--- a/core/Messenger.c
+++ b/core/Messenger.c
@@ -631,7 +631,7 @@ int Messenger_load(uint8_t * data, uint32_t length)
631 { 631 {
632 int fnum = m_addfriend_norequest(temp[i].client_id); 632 int fnum = m_addfriend_norequest(temp[i].client_id);
633 setfriendname(fnum, temp[i].name); 633 setfriendname(fnum, temp[i].name);
634 set_friend_userstatus(fnum, temp[i].userstatus, temp[i].userstatus_length); 634 //set_friend_userstatus(fnum, temp[i].userstatus, temp[i].userstatus_length);
635 } 635 }
636 } 636 }
637 free(temp); 637 free(temp);