1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:37:46 +02:00
This commit is contained in:
Jfreegman 2014-02-26 21:30:27 -05:00
parent 044b731089
commit 6ee1f1ed0f

View File

@ -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;
}