aboutsummaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/heirloom-mailx/files/patch-aa')
-rw-r--r--mail/heirloom-mailx/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/heirloom-mailx/files/patch-aa b/mail/heirloom-mailx/files/patch-aa
deleted file mode 100644
index 638d3b91a9a8..000000000000
--- a/mail/heirloom-mailx/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- mime.c.orig Thu Jan 25 08:36:11 2001
-+++ mime.c Thu Feb 1 01:50:57 2001
-@@ -179,7 +179,7 @@
- if ((sz = xmbstowcs(w, t, LINESIZE)) == -1)
- return;
- for (p = w, i = 0; *p && i < sz; p++, i++) {
-- if (!iswprint(*p) && *p != '\n' && *p != '\r'
-+ if (!isprint(*p) && *p != '\n' && *p != '\r'
- && *p != '\b' && *p != '\t')
- *p = '?';
- }