summaryrefslogtreecommitdiff
path: root/mail/claws-mail/patches
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail/patches')
-rw-r--r--mail/claws-mail/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/claws-mail/patches/patch-ae b/mail/claws-mail/patches/patch-ae
new file mode 100644
index 00000000000..170c3eccbda
--- /dev/null
+++ b/mail/claws-mail/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/31 11:04:18 drochner Exp $
+
+--- ./src/inc.c.orig 2007-08-31 12:46:22.000000000 +0200
++++ ./src/inc.c
+@@ -1203,7 +1203,7 @@ static void inc_put_error(IncState istat
+ mainwindow_show_error();
+
+ if (err_msg) {
+- alertpanel_error_log(err_msg);
++ alertpanel_error_log("%s", err_msg);
+ g_free(err_msg);
+ }
+ }