aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-17 13:04:00 +0000
committerSaturneric <[email protected]>2021-12-17 13:04:00 +0000
commit5a66c6042686fe555c3fede2efdb75ce2d6dcf40 (patch)
treed84a454af3d81d4ae10091d4959b055f5f1e03cc
parentFixed bugs & Improve Speed. (diff)
downloadGpgFrontend-5a66c6042686fe555c3fede2efdb75ce2d6dcf40.tar.gz
GpgFrontend-5a66c6042686fe555c3fede2efdb75ce2d6dcf40.zip
Fixed Clash when decrypt reci is unknown.v2.0.3
-rw-r--r--src/gpg/result_analyse/DecryptResultAnalyse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/result_analyse/DecryptResultAnalyse.cpp b/src/gpg/result_analyse/DecryptResultAnalyse.cpp
index f7fc70fe..9c3e7dd0 100644
--- a/src/gpg/result_analyse/DecryptResultAnalyse.cpp
+++ b/src/gpg/result_analyse/DecryptResultAnalyse.cpp
@@ -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;