1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 21:36:44 +02:00

update for core audio refactor

This commit is contained in:
Jfreegman
2014-11-26 00:48:58 -05:00
parent 1baeb15073
commit 4a337ae3cb
5 changed files with 44 additions and 36 deletions

View File

@ -1030,7 +1030,7 @@ static void friendlist_onAv(ToxWindow *self, ToxAv *av, int call_index)
{
int id = toxav_get_peer_id(av, call_index, 0);
if ( id != ErrorInternal && id >= Friends.max_idx)
if ( id != av_ErrorInternal && id >= Friends.max_idx)
return;
Tox *m = toxav_get_tox(av);