aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/pine4/files
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-01-09 01:33:21 +0800
committerclive <clive@FreeBSD.org>2001-01-09 01:33:21 +0800
commita7539a1fba2775579be26af8c54f1f468e8920b2 (patch)
treea93b8ea24177c869335b7c6c8a40d92e8d135480 /chinese/pine4/files
parent238ab0559f0918b442d3aa167beb8eec92df6125 (diff)
downloadfreebsd-ports-gnome-a7539a1fba2775579be26af8c54f1f468e8920b2.tar.gz
freebsd-ports-gnome-a7539a1fba2775579be26af8c54f1f468e8920b2.tar.zst
freebsd-ports-gnome-a7539a1fba2775579be26af8c54f1f468e8920b2.zip
Yet another quick-dirty-hack to silence complaints on
tw.bbs.comp.386bsd newsgroup.
Diffstat (limited to 'chinese/pine4/files')
-rw-r--r--chinese/pine4/files/patch-pine::strings.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/pine4/files/patch-pine::strings.c b/chinese/pine4/files/patch-pine::strings.c
new file mode 100644
index 000000000000..0f115ae8adb7
--- /dev/null
+++ b/chinese/pine4/files/patch-pine::strings.c
@@ -0,0 +1,11 @@
+--- pine/strings.c~ Tue Jan 9 01:05:11 2001
++++ pine/strings.c Tue Jan 9 01:05:47 2001
+@@ -2811,7 +2811,7 @@
+ rfc1522_valenc(c)
+ int c;
+ {
+- return(!(c == '?' || c == SPACE) && isprint((unsigned char)c));
++ return c ;
+ }
+
+