1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 06:06:45 +02:00

change a few memcpy's to strcpy to fix possible segfaults

This commit is contained in:
Jfreegman
2014-04-26 04:09:51 -04:00
parent 81125be971
commit 6b72ef0720
2 changed files with 5 additions and 5 deletions

View File

@ -542,7 +542,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
wmove(self->window, y2 - 1, 1);
wattron(self->window, A_BOLD);
wprintw(self->window, " ID: ");
wprintw(self->window, "ID: ");
wattroff(self->window, A_BOLD);
int i;