talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ef3630094e7f857f1f377ba1e61cfaa299bd0506
parent 90759e29e40fdd11b911b3c5867ec20902e3b3f3
Author: wwp <subscript@free.fr>
Date:   Wed,  5 Mar 2025 22:11:37 +0100

CID 1498794: Improper use of negative value (NEGATIVE_RETURNS)

Diffstat:
Msrc/procmime.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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;