Parent Directory
|
Revision Log
|
Patch
| revision 305 by ph10, Sun Jan 20 20:07:32 2008 UTC | revision 369 by ph10, Sun Aug 24 16:53:47 2008 UTC | |
|---|---|---|
| # | Line 154 for (p = string; length-- > 0; p++) | Line 154 for (p = string; length-- > 0; p++) |
| 154 | if ((*(++p) & 0xc0) != 0x80) return p - string; | if ((*(++p) & 0xc0) != 0x80) return p - string; |
| 155 | } | } |
| 156 | } | } |
| 157 | #else | |
| 158 | (void)(string); /* Keep picky compilers happy */ | |
| 159 | (void)(length); | |
| 160 | #endif | #endif |
| 161 | ||
| 162 | return -1; | return -1; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |