summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ratox.c b/ratox.c
index e2486d9..3b277c7 100644
--- a/ratox.c
+++ b/ratox.c
@@ -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);