[Commits] [SCM] claws branch, master, updated. 4.3.1-31-gef3630094
wwp at claws-mail.org
wwp at claws-mail.org
Wed Mar 5 21:11:49 UTC 2025
The branch, master has been updated
via ef3630094e7f857f1f377ba1e61cfaa299bd0506 (commit)
from 90759e29e40fdd11b911b3c5867ec20902e3b3f3 (commit)
Summary of changes:
src/procmime.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ef3630094e7f857f1f377ba1e61cfaa299bd0506
Author: wwp <subscript at free.fr>
Date: Wed Mar 5 22:11:37 2025 +0100
CID 1498794: Improper use of negative value (NEGATIVE_RETURNS)
diff --git a/src/procmime.c b/src/procmime.c
index 627b91f83..3d1cd7e35 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -1441,7 +1441,8 @@ static void procmime_parse_message_rfc822(MimeInfo *mimeinfo, gboolean short_sca
{"Disposition:",
NULL, TRUE},
{NULL, NULL, FALSE}};
- guint content_start, i;
+ glong content_start;
+ guint i;
FILE *fp;
gchar *tmp;
gint len = 0;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list