Fixed crash with invalid group invite numbers.
This commit is contained in:
parent
2f288cfb49
commit
68cb3cc543
2 changed files with 8 additions and 3 deletions
|
@ -52,7 +52,7 @@ twc_group_chat_invite_remove(struct t_twc_group_chat_invite *invite);
|
|||
|
||||
struct t_twc_group_chat_invite *
|
||||
twc_group_chat_invite_with_index(struct t_twc_profile *profile,
|
||||
int64_t index);
|
||||
size_t index);
|
||||
|
||||
void
|
||||
twc_group_chat_invite_free(struct t_twc_group_chat_invite *invite);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue