tAdapt to latest cleanup in API - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b4b4ff6fa2f5921dc8abb4f2117199d21d0a8e31
(DIR) parent b7d590241eb9a01a08c80744aad3b531b994da72
(HTM) Author: FRIGN <dev@frign.de>
Date: Sat, 29 Nov 2014 23:01:27 +0100
Adapt to latest cleanup in API
Diffstat:
M ratox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -1249,7 +1249,7 @@ toxinit(void)
toxav_register_callstate_callback(toxav, cbcalltypechange, av_OnPeerCSChange, NULL);
toxav_register_callstate_callback(toxav, cbcalltypechange, av_OnSelfCSChange, NULL);
- toxav_register_audio_callback(cbcalldata, NULL);
+ toxav_register_audio_callback(toxav, cbcalldata, NULL);
return 0;
}