diff options
Diffstat (limited to 'chinese/pine4/files/patch-pine__strings.c')
-rw-r--r-- | chinese/pine4/files/patch-pine__strings.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/pine4/files/patch-pine__strings.c b/chinese/pine4/files/patch-pine__strings.c deleted file mode 100644 index 0f115ae8adb7..000000000000 --- a/chinese/pine4/files/patch-pine__strings.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 ; - } - - |