Parent Directory
|
Revision Log
|
Patch
| revision 769 by zherczeg, Sun Nov 27 17:40:33 2011 UTC | revision 770 by zherczeg, Mon Nov 28 20:39:30 2011 UTC | |
|---|---|---|
| # | Line 2426 for (;;) | Line 2426 for (;;) |
| 2426 | ||
| 2427 | if (codevalue != OP_XCLASS) | if (codevalue != OP_XCLASS) |
| 2428 | { | { |
| 2429 | ecode = code + 33; | ecode = code + 1 + (32 / sizeof(pcre_uchar)); |
| 2430 | if (clen > 0) | if (clen > 0) |
| 2431 | { | { |
| 2432 | isinclass = (c > 255)? (codevalue == OP_NCLASS) : | isinclass = (c > 255)? (codevalue == OP_NCLASS) : |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |