diff options
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1642,8 +1642,8 @@ loop(void) toxconnect(); } } - tox_do(tox); - toxav_do(toxav); + tox_iterate(tox); + toxav_iterate(toxav); /* Prepare select-fd-set */ FD_ZERO(&rfds); |