Parent Directory
|
Revision Log
|
Patch
| revision 53 by nigel, Sat Feb 24 21:39:42 2007 UTC | revision 55 by nigel, Sat Feb 24 21:39:46 2007 UTC | |
|---|---|---|
| # | Line 5144 do | Line 5144 do |
| 5144 | ||
| 5145 | rc = match_block.offset_overflow? 0 : match_block.end_offset_top/2; | rc = match_block.offset_overflow? 0 : match_block.end_offset_top/2; |
| 5146 | ||
| 5147 | if (match_block.offset_end < 2) rc = 0; else | if (offsetcount < 2) rc = 0; else |
| 5148 | { | { |
| 5149 | offsets[0] = start_match - match_block.start_subject; | offsets[0] = start_match - match_block.start_subject; |
| 5150 | offsets[1] = match_block.end_match_ptr - match_block.start_subject; | offsets[1] = match_block.end_match_ptr - match_block.start_subject; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |