Parent Directory
|
Revision Log
|
Patch
| revision 1031 by ph10, Wed Dec 28 17:16:11 2011 UTC | revision 1032 by ph10, Sat Sep 8 16:05:38 2012 UTC | |
|---|---|---|
| # | Line 288 for (p = string; length-- > 0; p++) | Line 288 for (p = string; length-- > 0; p++) |
| 288 | } | } |
| 289 | } | } |
| 290 | ||
| 291 | #else /* SUPPORT_UTF */ | #else /* Not SUPPORT_UTF */ |
| 292 | (void)(string); /* Keep picky compilers happy */ | (void)(string); /* Keep picky compilers happy */ |
| 293 | (void)(length); | (void)(length); |
| 294 | (void)(erroroffset); | |
| 295 | #endif | #endif |
| 296 | ||
| 297 | return PCRE_UTF8_ERR0; /* This indicates success */ | return PCRE_UTF8_ERR0; /* This indicates success */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |