[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-59-g903d160d1

miras at claws-mail.org miras at claws-mail.org
Mon Feb 19 18:15:13 UTC 2024


The branch, gtk2 has been updated
       via  903d160d1726bc749b6fe3f82f5484b65701f50c (commit)
      from  90dcbd961bd938079a5c19985b4b284f5d0fd6f9 (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 903d160d1726bc749b6fe3f82f5484b65701f50c
Author: Michael Rasmussen <mir at datanom.net>
Date:   Mon Feb 19 19:15:02 2024 +0100

    Fix bug #4782 use correct prototype for stop_archiving. Patch 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 169e14c22..0ef10a221 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 1d2cd2ec5..44a8892db 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