[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-76-g548703512

wwp at claws-mail.org wwp at claws-mail.org
Tue Oct 17 10:22:54 UTC 2023


The branch, gtk2 has been updated
       via  548703512ee46424d0cfc5f2191e5ebb75e909c1 (commit)
      from  712c5f875917f63bf961ec6aeee46928b5cc0c81 (commit)

Summary of changes:
 src/common/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 548703512ee46424d0cfc5f2191e5ebb75e909c1
Author: wwp <subscript at free.fr>
Date:   Tue Oct 17 12:22:29 2023 +0200

    URIs may contain the '$' dollar sign (fix broken syntax).

diff --git a/src/common/utils.c b/src/common/utils.c
index eda3cb0b5..56a6d42ea 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -3535,7 +3535,7 @@ gboolean get_uri_part(const gchar *start, const gchar *scanpos,
 	 * should pass some URI type to this function and decide on that whether
 	 * to perform punctuation stripping */
 
-#define IS_REAL_PUNCT(ch)	(g_ascii_ispunct(ch) && !strchr("$/?=-_~)", ch)
+#define IS_REAL_PUNCT(ch)	(g_ascii_ispunct(ch) && !strchr("$/?=-_~)", ch))
 
 	for (; ep_ - 1 > scanpos + 1 &&
 	       IS_REAL_PUNCT(*(ep_ - 1));

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list