Parent Directory
|
Revision Log
|
Patch
| revision 331 by ph10, Sat Apr 5 15:38:53 2008 UTC | revision 356 by ph10, Tue Jul 8 14:14:34 2008 UTC | |
|---|---|---|
| # | Line 372 static int NewlineMode(int pcre_options) | Line 372 static int NewlineMode(int pcre_options) |
| 372 | else if (newline == -2) | else if (newline == -2) |
| 373 | newline_mode = PCRE_NEWLINE_ANYCRLF; | newline_mode = PCRE_NEWLINE_ANYCRLF; |
| 374 | else | else |
| 375 | assert("" == "Unexpected return value from pcre_config(NEWLINE)"); | assert(NULL == "Unexpected return value from pcre_config(NEWLINE)"); |
| 376 | } | } |
| 377 | return newline_mode; | return newline_mode; |
| 378 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |