[Commits] [SCM] claws branch, master, updated. 4.2.0-59-gdb12cf5f4

miras at claws-mail.org miras at claws-mail.org
Mon Feb 19 18:10:05 UTC 2024


The branch, master has been updated
       via  db12cf5f4b7e322a38865c50f5229015483cc692 (commit)
      from  8ba8533be86f6008594d1f7835b54a73ddd63e6b (commit)

Summary of changes:
 src/plugins/archive/archiver.h           | 2 +-
 src/plugins/archive/libarchive_archive.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit db12cf5f4b7e322a38865c50f5229015483cc692
Author: Michael Rasmussen <mir at datanom.net>
Date:   Mon Feb 19 19:09:47 2024 +0100

    Fix bug #4782 use correct prototype for stop_archiving. Patches by Olaf Hering
    
    Signed-off-by: Michael Rasmussen <mir at datanom.net>

diff --git a/src/plugins/archive/archiver.h b/src/plugins/archive/archiver.h
index 09d112e9f..2d561271b 100644
--- a/src/plugins/archive/archiver.h
+++ b/src/plugins/archive/archiver.h
@@ -55,6 +55,6 @@ void archiver_gtk_show(void);
 void archiver_gtk_done(struct ArchivePage* page, GtkWidget* widget);
 void set_progress_file_label(const gchar* file);
 void set_progress_print_all(guint fraction, guint total, guint step);
-void stop_archiving();
+void stop_archiving(void);
 
 #endif
diff --git a/src/plugins/archive/libarchive_archive.c b/src/plugins/archive/libarchive_archive.c
index 1a0ae5a29..75634f2d7 100644
--- a/src/plugins/archive/libarchive_archive.c
+++ b/src/plugins/archive/libarchive_archive.c
@@ -244,7 +244,7 @@ static void archive_free_file_info(struct file_info* file) {
 	file = NULL;
 }
 
-void stop_archiving() {
+void stop_archiving(void) {
 	debug_print("stop action set to true\n");
 	stop_action = TRUE;
 }

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list