Parent Directory
|
Revision Log
|
Patch
| revision 584 by ph10, Wed Jan 12 11:41:55 2011 UTC | revision 585 by ph10, Wed Jan 12 17:21:11 2011 UTC | |
|---|---|---|
| # | Line 1355 while (ptr < endptr) | Line 1355 while (ptr < endptr) |
| 1355 | #endif | #endif |
| 1356 | ||
| 1357 | /* We have to split the line(s) up if colouring, and search for further | /* We have to split the line(s) up if colouring, and search for further |
| 1358 | matches. */ | matches, but not of course if the line is a non-match. */ |
| 1359 | ||
| 1360 | if (do_colour) | if (do_colour && !invert) |
| 1361 | { | { |
| 1362 | int last_offset = 0; | int last_offset = 0; |
| 1363 | FWRITE(ptr, 1, offsets[0], stdout); | FWRITE(ptr, 1, offsets[0], stdout); |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |