ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 42a46b73e342d9e609995da708cbbee579da7764
parent b3bcaaa242d9c80c29377a7aa623b956a644073a
Author: z3bra <contactatz3bradotorg>
Date:   Tue,  1 Nov 2016 22:37:58 +0100

Rename _do_interval to _interval_iteration

Diffstat:
Mratox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -332,7 +332,7 @@ again: static uint32_t interval(Tox *m, struct ToxAV*av) { - return MIN(tox_do_interval(m), toxav_do_interval(av)); + return MIN(tox_iteration_interval(m), toxav_iteration_interval(av)); } static void