aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4/files
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-08-09 16:51:26 +0800
committerdougb <dougb@FreeBSD.org>2004-08-09 16:51:26 +0800
commit82fda527160abaffa8c19e6f22f36a99a3ec73fb (patch)
tree81e29f03665e46cba63fa4cbf4f47c02eccaccab /mail/pine4/files
parent69f760697597178d7aba6ac5c49133401479232c (diff)
downloadfreebsd-ports-gnome-82fda527160abaffa8c19e6f22f36a99a3ec73fb.tar.gz
freebsd-ports-gnome-82fda527160abaffa8c19e6f22f36a99a3ec73fb.tar.zst
freebsd-ports-gnome-82fda527160abaffa8c19e6f22f36a99a3ec73fb.zip
This patch is no longer necessary for Pine 4.61
Diffstat (limited to 'mail/pine4/files')
-rw-r--r--mail/pine4/files/patch-pine_strings.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/pine4/files/patch-pine_strings.c b/mail/pine4/files/patch-pine_strings.c
deleted file mode 100644
index 979ca8aa81da..000000000000
--- a/mail/pine4/files/patch-pine_strings.c
+++ /dev/null
@@ -1,29 +0,0 @@
-*** pine/strings.c.orig Thu May 6 10:47:29 2004
---- pine/strings.c Wed Jun 9 04:16:00 2004
-***************
-*** 3754,3760 ****
- p = ct->table = (unsigned char *)
- fs_get(256 * sizeof(unsigned char));
- for(i = 0; i < 256; i++){
-! unsigned char fc;
- p[i] = '?';
- switch(from->type){ /* get "from" UCS-2 codepoint */
- case CT_1BYTE0: /* ISO 8859-1 */
---- 3754,3760 ----
- p = ct->table = (unsigned char *)
- fs_get(256 * sizeof(unsigned char));
- for(i = 0; i < 256; i++){
-! unsigned int fc;
- p[i] = '?';
- switch(from->type){ /* get "from" UCS-2 codepoint */
- case CT_1BYTE0: /* ISO 8859-1 */
-***************
-*** 3789,3795 ****
- }
- break;
- }
-- p[i] = i;
- }
- break;
- }
---- 3789,3794 ----