1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 19:46:46 +02:00
This commit is contained in:
Jfreegman
2014-10-03 21:08:33 -04:00
parent 5c66f5c161
commit 7eebbd982d
3 changed files with 4 additions and 4 deletions

View File

@ -579,7 +579,7 @@ static void chat_onGroupInvite(ToxWindow *self, Tox *m, int32_t friendnumber, co
Friends.list[friendnumber].group_invite.pending = true;
Friends.list[friendnumber].group_invite.length = length;
char name[TOX_MAX_NAME_LENGTH + 1];
char name[TOX_MAX_NAME_LENGTH];
get_nick_truncate(m, name, friendnumber);
sound_notify(self, generic_message, NT_WNDALERT_2, NULL);