From 50e82376b019321ccd130414258aba6f4e303049 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 3 Oct 2024 15:51:52 +0200 Subject: [PATCH] Remove plenking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There were two cases of plenking (a space between a word and the punctuation marks) in front of `…`. --- src/xmpp/iq.c | 2 +- src/xmpp/ox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 96ca2ee36..b8cc3aa58 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -2608,7 +2608,7 @@ static int _mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata) { ProfChatWin* chatwin = (ProfChatWin*)userdata; - // Remove the "Loading messages …" message + // Remove the "Loading messages…" message buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0); chatwin_db_history(chatwin, NULL, NULL, TRUE); return 0; diff --git a/src/xmpp/ox.c b/src/xmpp/ox.c index 0f85224f9..6489a18e3 100644 --- a/src/xmpp/ox.c +++ b/src/xmpp/ox.c @@ -91,7 +91,7 @@ ox_announce_public_key(const char* const filename) { assert(filename); - cons_show("Announce OpenPGP Key for OX %s …", filename); + cons_show("Announce OpenPGP Key for OX %s…", filename); log_info("[OX] Announce OpenPGP Key of OX: %s", filename); // key the key and the fingerprint via GnuPG from file