Parent Directory
|
Revision Log
|
Patch
| revision 92 by nigel, Sat Feb 24 21:41:34 2007 UTC | revision 93 by nigel, Sat Feb 24 21:41:42 2007 UTC | |
|---|---|---|
| # | Line 130 for (i = 0; i < 256; i++) | Line 130 for (i = 0; i < 256; i++) |
| 130 | meta-character, which in this sense is any character that terminates a run | meta-character, which in this sense is any character that terminates a run |
| 131 | of data characters. */ | of data characters. */ |
| 132 | ||
| 133 | if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta; | if (strchr("\\*+?{^.$|()[", i) != 0) x += ctype_meta; |
| 134 | *p++ = x; | *p++ = x; |
| 135 | } | } |
| 136 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |