mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 06:16:45 +02:00
fix invalid usage of stderr and incorrect formatting
This commit is contained in:
@ -1031,7 +1031,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
|
||||
wprintw(self->window, " Online: ");
|
||||
wattroff(self->window, A_BOLD);
|
||||
|
||||
wprintw(self->window, "%d/%d \n\n", Friends.num_online, Friends.num_friends);
|
||||
wprintw(self->window, "%zu/%zu \n\n", Friends.num_online, Friends.num_friends);
|
||||
|
||||
if ((y2 - FLIST_OFST) <= 0) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user