mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 12:26:35 +01:00
use API function for friend count instead of global var
This commit is contained in:
@@ -547,7 +547,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
prompt_init_statusbar(prompt, m);
|
||||
sort_friendlist_index();
|
||||
sort_friendlist_index(m);
|
||||
|
||||
while (true) {
|
||||
do_tox(m, prompt);
|
||||
|
||||
Reference in New Issue
Block a user