1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 23:46:44 +02:00

implement data file encryption

This commit is contained in:
Jfreegman
2014-09-14 17:46:28 -04:00
parent 0a6ce62363
commit 51e274ea38
6 changed files with 134 additions and 32 deletions

View File

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