aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-28 14:32:18 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-28 14:32:18 +0000
commit0f030d32d8e41c3f130186db3d908a3a49b7fe68 (patch)
tree3809b0e872857ff40736440774c679cda26ef0d5 /mail/claws-mail
parent74cda9037b2f99224864783ba4a281b861aa24cf (diff)
downloadports-0f030d32d8e41c3f130186db3d908a3a49b7fe68.tar.gz
ports-0f030d32d8e41c3f130186db3d908a3a49b7fe68.zip
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/files/patch-format_string_fix12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/claws-mail/files/patch-format_string_fix b/mail/claws-mail/files/patch-format_string_fix
deleted file mode 100644
index 02e73239f621..000000000000
--- a/mail/claws-mail/files/patch-format_string_fix
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u -r1.18 -r1.19
---- src/send_message.c 2003/09/27 21:01:26 1.18
-+++ src/send_message.c 2003/10/03 17:39:39 1.19
-@@ -608,7 +608,7 @@
- if (log_msg)
- log_warning("%s\n", log_msg);
- if (err_msg) {
-- alertpanel_error_log(err_msg);
-+ alertpanel_error_log("%s", err_msg);
- g_free(err_msg);
- }
- }