diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
| commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
| tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /chinese/pine4/files/patch-pine__strings.c | |
| parent | f474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff) | |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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 ; + } + + |
