mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 02:33:02 +01:00
Update toxencryptsave api change.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
d26c8fe447
commit
b86c0d357f
@ -648,7 +648,7 @@ static void load_data(Tox *m, char *path)
|
|||||||
exit_toxic_err("failed in load_data", FATALERR_FILEOP);
|
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 */
|
/* attempt to encrypt an already encrypted data file */
|
||||||
if (arg_opts.encrypt_data && is_encrypted)
|
if (arg_opts.encrypt_data && is_encrypted)
|
||||||
|
Loading…
Reference in New Issue
Block a user