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/claws-mail | |
parent | - update to 0.9.8 (diff) |
remove patch, forgotten in last commit
Notes
Notes:
svn path=/head/; revision=96798
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/files/patch-format_string_fix | 12 |
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); - } - } |