diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
| commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
| tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /mail/heirloom-mailx/files/patch-aa | |
| parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'mail/heirloom-mailx/files/patch-aa')
| -rw-r--r-- | mail/heirloom-mailx/files/patch-aa | 11 |
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 = '?'; - } |
