1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/chinese/pine4/files/patch-pine::strings.c
Clive Lin 546ff1489b Yet another quick-dirty-hack to silence complaints on
tw.bbs.comp.386bsd newsgroup.
2001-01-08 17:33:21 +00:00

12 lines
237 B
C

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