updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
This commit is contained in:
@@ -123,7 +123,7 @@ bool ExportInfo::DecodePass(Export & exp)
|
||||
/*
|
||||
if( system->crypt.RSA(false, rsa_key, exp.ftp_pass_bin, pass_decrypted) )
|
||||
{
|
||||
pt::UTF8ToWide(pass_decrypted, exp.ftp_pass);
|
||||
pt::utf8_to_wide(pass_decrypted, exp.ftp_pass);
|
||||
system->crypt.ClearString(pass_decrypted);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user