talons

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

commit 6609ac10dc71617d740b9d3fabd94d230877b370
parent 9cbc6408f2b637414f6bef88fa674ce3f86f6c8c
Author: wwp <subscript@free.fr>
Date:   Mon,  1 Jul 2024 09:46:24 +0200

Fix archive plugin build in debug mode.

Diffstat:
Msrc/plugins/archive/libarchive_archive.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/plugins/archive/libarchive_archive.c b/src/plugins/archive/libarchive_archive.c @@ -595,6 +595,8 @@ const gchar* archive_create(const char* archive_name, GSList* files, int fd; #ifndef DEBUG_ARCHIVE + gchar* msg = NULL; + debug_print("Adding: %s\n", filename); msg = g_strdup_printf("%s", filename); set_progress_file_label(msg);