1
0

Fixed Clash when decrypt reci is unknown.

This commit is contained in:
Saturneric 2021-12-17 21:04:00 +08:00
parent 1a51a28541
commit 5a66c60426

View File

@ -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;