Parent Directory
|
Revision Log
|
Patch
| revision 205 by ph10, Fri Aug 3 13:18:33 2007 UTC | revision 206 by ph10, Fri Aug 3 14:53:04 2007 UTC | |
|---|---|---|
| # | Line 1409 for (code = first_significant_code(code | Line 1409 for (code = first_significant_code(code |
| 1409 | ||
| 1410 | /* For other groups, scan the branches. */ | /* For other groups, scan the branches. */ |
| 1411 | ||
| 1412 | if (c == OP_BRA || c == OP_CBRA || c == OP_ONCE) | if (c == OP_BRA || c == OP_CBRA || c == OP_ONCE || c == OP_COND) |
| 1413 | { | { |
| 1414 | BOOL empty_branch; | BOOL empty_branch; |
| 1415 | if (GET(code, 1) == 0) return TRUE; /* Hit unclosed bracket */ | if (GET(code, 1) == 0) return TRUE; /* Hit unclosed bracket */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |