Fixed Clash when decrypt reci is unknown.
This commit is contained in:
parent
1a51a28541
commit
5a66c60426
@ -86,7 +86,7 @@ bool GpgFrontend::DecryptResultAnalyse::print_reci(std::stringstream &stream,
|
||||
|
||||
stream << std::endl;
|
||||
|
||||
stream << " " << _("Keu ID") << ": " << key.id().c_str() << std::endl;
|
||||
stream << " " << _("Keu ID") << ": " << reci->keyid << std::endl;
|
||||
stream << " " << _("Public Algo") << ": "
|
||||
<< gpgme_pubkey_algo_name(reci->pubkey_algo) << std::endl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user