[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-284-gd3e24af7f
wwp at claws-mail.org
wwp at claws-mail.org
Fri Oct 1 08:15:58 CEST 2021
The branch, gtk3 has been updated
via d3e24af7f789675f234092e807c6f04adde67ee0 (commit)
from 0e0a6e17c558b565423e52bc38b45d95757f26f7 (commit)
Summary of changes:
src/common/template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d3e24af7f789675f234092e807c6f04adde67ee0
Author: wwp <subscript at free.fr>
Date: Fri Oct 1 08:15:38 2021 +0200
Fix CID 1492308: incorrect expression.
diff --git a/src/common/template.c b/src/common/template.c
index 1399149d2..3b94b45ed 100644
--- a/src/common/template.c
+++ b/src/common/template.c
@@ -177,7 +177,7 @@ GSList *template_read_config(void)
while ((dir_name = g_dir_read_name(dir)) != NULL) {
Template *tmpl;
GStatBuf s;
- gchar *filename = filename = g_strconcat(path, G_DIR_SEPARATOR_S,
+ gchar *filename = g_strconcat(path, G_DIR_SEPARATOR_S,
dir_name, NULL);
if (g_stat(filename, &s) != 0 || !S_ISREG(s.st_mode) ) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list