From db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Sep 2001 01:02:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'. --- mail/heirloom-mailx/files/patch-aa | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 mail/heirloom-mailx/files/patch-aa (limited to 'mail/heirloom-mailx/files/patch-aa') 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 = '?'; - } -- cgit v1.2.3