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, 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 ; + } + + |