mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 23:26:37 +02:00
core API function name change
This commit is contained in:
@ -648,7 +648,7 @@ static void load_data(Tox *m, char *path)
|
||||
exit_toxic_err("failed in load_data", FATALERR_FILEOP);
|
||||
}
|
||||
|
||||
bool is_encrypted = tox_is_data_encrypted((uint8_t *) buf);
|
||||
bool is_encrypted = tox_is_save_encrypted((uint8_t *) buf);
|
||||
|
||||
/* attempt to encrypt an already encrypted data file */
|
||||
if (arg_opts.encrypt_data && is_encrypted)
|
||||
|
Reference in New Issue
Block a user