aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed-claws
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-28 22:32:18 +0800
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-28 22:32:18 +0800
commit0f030d32d8e41c3f130186db3d908a3a49b7fe68 (patch)
tree3809b0e872857ff40736440774c679cda26ef0d5 /mail/sylpheed-claws
parent74cda9037b2f99224864783ba4a281b861aa24cf (diff)
downloadfreebsd-ports-gnome-0f030d32d8e41c3f130186db3d908a3a49b7fe68.tar.gz
freebsd-ports-gnome-0f030d32d8e41c3f130186db3d908a3a49b7fe68.tar.zst
freebsd-ports-gnome-0f030d32d8e41c3f130186db3d908a3a49b7fe68.zip
remove patch, forgotten in last commit
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r--mail/sylpheed-claws/files/patch-format_string_fix12
1 files changed, 0 insertions, 12 deletions
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);
- }
- }