diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gmcerts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmcerts.c b/src/gmcerts.c index b5b7b371..27b226a0 100644 --- a/src/gmcerts.c +++ b/src/gmcerts.c | |||
@@ -478,7 +478,7 @@ iGmIdentity *newIdentity_GmCerts(iGmCerts *d, int flags, iDate validUntil, const | |||
478 | 478 | ||
479 | static const char *certPath_GmCerts_(const iGmCerts *d, const iGmIdentity *identity) { | 479 | static const char *certPath_GmCerts_(const iGmCerts *d, const iGmIdentity *identity) { |
480 | if (!(identity->flags & (temporary_GmIdentityFlag | imported_GmIdentityFlag))) { | 480 | if (!(identity->flags & (temporary_GmIdentityFlag | imported_GmIdentityFlag))) { |
481 | const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); | 481 | const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); |
482 | return concatPath_CStr(cstr_String(&d->saveDir), format_CStr("idents/%s", finger)); | 482 | return concatPath_CStr(cstr_String(&d->saveDir), format_CStr("idents/%s", finger)); |
483 | } | 483 | } |
484 | return NULL; | 484 | return NULL; |