Parent Directory
|
Revision Log
|
Patch
| revision 309 by ph10, Mon Jan 21 15:22:09 2008 UTC | revision 323 by ph10, Wed Mar 5 17:23:42 2008 UTC | |
|---|---|---|
| # | Line 2113 if (next >= 0) switch(op_code) | Line 2113 if (next >= 0) switch(op_code) |
| 2113 | /* For OP_NOT, "item" must be a single-byte character. */ | /* For OP_NOT, "item" must be a single-byte character. */ |
| 2114 | ||
| 2115 | case OP_NOT: | case OP_NOT: |
| if (next < 0) return FALSE; /* Not a character */ | ||
| 2116 | if (item == next) return TRUE; | if (item == next) return TRUE; |
| 2117 | if ((options & PCRE_CASELESS) == 0) return FALSE; | if ((options & PCRE_CASELESS) == 0) return FALSE; |
| 2118 | #ifdef SUPPORT_UTF8 | #ifdef SUPPORT_UTF8 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |