[Commits] [SCM] claws branch, master, updated. 3.13.2-59-g01faf42

claws at claws-mail.org claws at claws-mail.org
Wed Feb 24 21:02:51 CET 2016


The branch, master has been updated
       via  01faf42f4da160bda10cca86dce9fa8e7524ae74 (commit)
      from  c2f5ebbe58206961c42470f098ba9f4c7250e6b4 (commit)

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


- Log -----------------------------------------------------------------
commit 01faf42f4da160bda10cca86dce9fa8e7524ae74
Author: Paul <paul at claws-mail.org>
Date:   Wed Feb 24 20:02:46 2016 +0000

    remove spurious single quotes in mailcap_get_command_in_file()

diff --git a/src/common/utils.c b/src/common/utils.c
index 1197b35..80e0d7e 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -4569,7 +4569,7 @@ static gchar *mailcap_get_command_in_file(const gchar *path, const gchar *type,
 				gchar *end = g_strdup(strstr(result, "%s")+2);
 				gchar *tmp;
 				*strstr(start, "%s") = '\0';
-				tmp = g_strconcat(start,"'%s'",end, NULL);
+				tmp = g_strconcat(start,"%s",end, NULL);
 				g_free(start);
 				g_free(end);
 				g_free(result);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list