Parent Directory
|
Revision Log
|
Patch
| revision 482 by ph10, Sat Jan 2 18:21:30 2010 UTC | revision 483 by ph10, Mon Jan 4 16:19:17 2010 UTC | |
|---|---|---|
| # | Line 6449 while (ptr[skipatstart] == CHAR_LEFT_PAR | Line 6449 while (ptr[skipatstart] == CHAR_LEFT_PAR |
| 6449 | ||
| 6450 | #ifdef SUPPORT_UTF8 | #ifdef SUPPORT_UTF8 |
| 6451 | if (utf8 && (options & PCRE_NO_UTF8_CHECK) == 0 && | if (utf8 && (options & PCRE_NO_UTF8_CHECK) == 0 && |
| 6452 | (*erroroffset = _pcre_valid_utf8((uschar *)pattern, -1)) >= 0) | (*erroroffset = _pcre_valid_utf8((USPTR)pattern, -1)) >= 0) |
| 6453 | { | { |
| 6454 | errorcode = ERR44; | errorcode = ERR44; |
| 6455 | goto PCRE_EARLY_ERROR_RETURN2; | goto PCRE_EARLY_ERROR_RETURN2; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |