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:
@ -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);
|
||||
|
Reference in New Issue
Block a user