mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:43:02 +01:00
core API function name change
This commit is contained in:
parent
d26c8fe447
commit
4e9f125e95
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user