Parent Directory
|
Revision Log
|
Patch
| revision 648 by ph10, Mon Aug 1 11:02:08 2011 UTC | revision 649 by ph10, Mon Aug 1 11:23:52 2011 UTC | |
|---|---|---|
| # | Line 5182 for (;;) | Line 5182 for (;;) |
| 5182 | while (eptr < md->end_subject && (*eptr & 0xc0) == 0x80) eptr++; | while (eptr < md->end_subject && (*eptr & 0xc0) == 0x80) eptr++; |
| 5183 | } | } |
| 5184 | } | } |
| 5185 | else eptr = md->end_subject; /* Unlimited UTF-8 repeat */ | else |
| 5186 | { | |
| 5187 | eptr = md->end_subject; /* Unlimited UTF-8 repeat */ | |
| 5188 | SCHECK_PARTIAL(); | |
| 5189 | } | |
| 5190 | break; | break; |
| 5191 | ||
| 5192 | /* The byte case is the same as non-UTF8 */ | /* The byte case is the same as non-UTF8 */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |