diff options
author | netchild <netchild@FreeBSD.org> | 2003-12-28 22:32:18 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-12-28 22:32:18 +0800 |
commit | b3d6615bf677292f21bbbedffc39b45501b65d4b (patch) | |
tree | f4a178b3404178fdf90011e2543ad6362fac00c4 /mail/sylpheed-claws | |
parent | 36cef76ac943890eac0886ec2821f8732ab3a4d5 (diff) | |
download | freebsd-ports-gnome-b3d6615bf677292f21bbbedffc39b45501b65d4b.tar.gz freebsd-ports-gnome-b3d6615bf677292f21bbbedffc39b45501b65d4b.tar.zst freebsd-ports-gnome-b3d6615bf677292f21bbbedffc39b45501b65d4b.zip |
remove patch, forgotten in last commit
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/files/patch-format_string_fix | 12 |
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); - } - } |