mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
13 lines
389 B
Diff
13 lines
389 B
Diff
diff --git a/imap_notify.c b/imap_notify.c
|
|
index ecc7c9c..119a380 100644
|
|
--- a/imap_notify.c
|
|
+++ b/imap_notify.c
|
|
@@ -476,7 +476,7 @@ static void display_summaries(void)
|
|
summaries.total_msgs);
|
|
str = g_string_new("");
|
|
|
|
- log_message(title);
|
|
+ log_message("%s", title);
|
|
for (cur = summaries.list; cur != NULL; cur = cur->next) {
|
|
MsgSummary *summary = cur->data;
|
|
gchar *markup;
|