Parent Directory
|
Revision Log
|
Patch
| revision 1031 by ph10, Tue Aug 28 12:28:15 2012 UTC | revision 1032 by ph10, Sat Sep 8 16:05:38 2012 UTC | |
|---|---|---|
| # | Line 564 if (utf && c > 127) | Line 564 if (utf && c > 127) |
| 564 | (void)PRIV(ord2utf)(c, buff); | (void)PRIV(ord2utf)(c, buff); |
| 565 | SET_BIT(buff[0]); | SET_BIT(buff[0]); |
| 566 | } | } |
| 567 | #endif | #endif /* Not SUPPORT_UCP */ |
| 568 | return p; | return p; |
| 569 | } | } |
| 570 | #else /* Not SUPPORT_UTF */ | |
| 571 | (void)(utf); /* Stops warning for unused parameter */ | |
| 572 | #endif | #endif |
| 573 | ||
| 574 | /* Not UTF-8 mode, or character is less than 127. */ | /* Not UTF-8 mode, or character is less than 127. */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |