Skip to content

Commit

Permalink
Fixed Clash when decrypt reci is unknown.
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Dec 17, 2021
1 parent 1a51a28 commit 5a66c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpg/result_analyse/DecryptResultAnalyse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5a66c60

Please sign in to comment.