diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-28 14:32:18 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-28 14:32:18 +0000 |
commit | 0f030d32d8e41c3f130186db3d908a3a49b7fe68 (patch) | |
tree | 3809b0e872857ff40736440774c679cda26ef0d5 /mail | |
parent | 74cda9037b2f99224864783ba4a281b861aa24cf (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/files/patch-format_string_fix | 12 | ||||
-rw-r--r-- | mail/sylpheed-claws/files/patch-format_string_fix | 12 |
2 files changed, 0 insertions, 24 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); - } - } diff --git a/mail/sylpheed-claws/files/patch-format_string_fix b/mail/sylpheed-claws/files/patch-format_string_fix deleted file mode 100644 index 02e73239f621..000000000000 --- a/mail/sylpheed-claws/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); - } - } |