mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Forgot to replace this
This commit is contained in:
parent
580c4a60df
commit
6cff9ecf73
@ -580,7 +580,7 @@ int toxav_get_peer_id ( ToxAv *av, int32_t call_index, int peer )
|
||||
ToxAvCallState toxav_get_call_state(ToxAv *av, int32_t call_index)
|
||||
{
|
||||
if ( cii(call_index, av->msi_session) || !av->msi_session->calls[call_index] )
|
||||
return av_CallNonExistant;
|
||||
return av_CallNonExistent;
|
||||
|
||||
return av->msi_session->calls[call_index]->state;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user