[Commits] [SCM] claws branch, master, updated. 4.3.0-17-gd91e628fb

paul at claws-mail.org paul at claws-mail.org
Fri Jul 19 21:18:59 UTC 2024


The branch, master has been updated
       via  d91e628fb56f6de24eaa9b3b1584cf8962a95045 (commit)
      from  4cb5b986426ace843c477f8074d1272b7fc8e9df (commit)

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


- Log -----------------------------------------------------------------
commit d91e628fb56f6de24eaa9b3b1584cf8962a95045
Author: Paul <paul at claws-mail.org>
Date:   Fri Jul 19 22:18:53 2024 +0100

    complete the fix of bug 4658

diff --git a/src/procheader.c b/src/procheader.c
index c520b8320..81be4314b 100644
--- a/src/procheader.c
+++ b/src/procheader.c
@@ -275,7 +275,7 @@ GPtrArray *procheader_get_header_array(FILE *fp)
 
 	headers = g_ptr_array_new();
 
-	while (procheader_get_one_field_asis(&buf, fp) != -1) {
+	while (procheader_get_one_field(&buf, fp, NULL) != -1) {
 		if ((header = procheader_parse_header(buf)) != NULL)
 			g_ptr_array_add(headers, header);
 		g_free(buf);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list