1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:47:46 +02:00

fix milliseconds

This commit is contained in:
quininer 2015-12-22 10:43:08 +08:00
parent 4419be36e8
commit deccaec40e

View File

@ -1323,7 +1323,7 @@ int main(int argc, char **argv)
last_save = cur_time;
}
usleep(tox_iteration_interval(m));
usleep(tox_iteration_interval(m) * 1000);
}
return 0;