mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:43:02 +01:00
fix
This commit is contained in:
parent
044b731089
commit
6ee1f1ed0f
@ -336,7 +336,7 @@ static void groupchat_onGroupNamelistChange(ToxWindow *self, Tox *m, int groupnu
|
||||
|
||||
uint8_t tmp_event[TOXIC_MAX_NAME_LENGTH + 32];
|
||||
snprintf(tmp_event, sizeof(tmp_event), "is now known as %s", peername);
|
||||
add_to_log_buf(tmp_event, peername, ctx, true);
|
||||
add_to_log_buf(tmp_event, oldpeername, ctx, true);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user