From b12399bf941f9de46798e84a818c9cffded6debe Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 29 Oct 2020 13:50:25 +0200 Subject: Cleanup --- res/about/version.gmi | 4 ++-- src/gmcerts.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/about/version.gmi b/res/about/version.gmi index 5c4bd595..5359514f 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -8,9 +8,9 @@ ## 0.7 * Faster drawing of certain UI elements: site icon and current heading in the left margin, unfocused input fields, timestamp at the end of the page. -* Fixed handling of TLS/SSL and hostname lookup errors — an appropriate error page is shown. -* Improved opening connections when multiple IP addresses are found for a hostname. * History is not updated until a network request finishes. +* Improved opening connections when multiple IP addresses are found for a hostname. +* Fixed handling of TLS/SSL errors and hostname lookup problems — an error page is shown. * Fixed an issue where window contents were not being updated immediately after the window gets exposed when using, e.g., openbox or dwm. ## 0.6 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 static const char *certPath_GmCerts_(const iGmCerts *d, const iGmIdentity *identity) { if (!(identity->flags & (temporary_GmIdentityFlag | imported_GmIdentityFlag))) { - const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); + const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); return concatPath_CStr(cstr_String(&d->saveDir), format_CStr("idents/%s", finger)); } return NULL; -- cgit v1.2.3