Parent Directory
|
Revision Log
|
Patch
| revision 728 by ph10, Sat Oct 8 15:55:23 2011 UTC | revision 729 by ph10, Mon Oct 10 16:02:20 2011 UTC | |
|---|---|---|
| # | Line 492 for (;;) | Line 492 for (;;) |
| 492 | case OP_MARK: | case OP_MARK: |
| 493 | case OP_PRUNE_ARG: | case OP_PRUNE_ARG: |
| 494 | case OP_SKIP_ARG: | case OP_SKIP_ARG: |
| cc += _pcre_OP_lengths[op] + cc[1]; | ||
| break; | ||
| 495 | case OP_THEN_ARG: | case OP_THEN_ARG: |
| 496 | cc += _pcre_OP_lengths[op] + cc[1+LINK_SIZE]; | cc += _pcre_OP_lengths[op] + cc[1]; |
| 497 | break; | break; |
| 498 | ||
| 499 | /* The remaining opcodes are just skipped over. */ | /* The remaining opcodes are just skipped over. */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |