1
0
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:
Jfreegman
2014-02-07 18:44:10 -05:00
parent da99d776df
commit 42cd80efe9
6 changed files with 18 additions and 17 deletions

View File

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