Parent Directory
|
Revision Log
|
Patch
| revision 903 by ph10, Sat Jan 21 16:37:17 2012 UTC | revision 904 by ph10, Mon Jan 23 17:30:49 2012 UTC | |
|---|---|---|
| # | Line 274 should not happen, but we all make mista | Line 274 should not happen, but we all make mista |
| 274 | ||
| 275 | if (preg->re_pcre == NULL) | if (preg->re_pcre == NULL) |
| 276 | { | { |
| 277 | return (errorcode < sizeof(eint)/sizeof(const int))? | return (errorcode < (int)(sizeof(eint)/sizeof(const int)))? |
| 278 | eint[errorcode] : REG_BADPAT; | eint[errorcode] : REG_BADPAT; |
| 279 | } | } |
| 280 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |