Parent Directory
|
Revision Log
|
Patch
| revision 123 by ph10, Mon Mar 12 15:19:06 2007 UTC | revision 217 by ph10, Wed Aug 15 15:21:04 2007 UTC | |
|---|---|---|
| # | Line 122 get_ucpname(int ptype, int pvalue) | Line 122 get_ucpname(int ptype, int pvalue) |
| 122 | { | { |
| 123 | #ifdef SUPPORT_UCP | #ifdef SUPPORT_UCP |
| 124 | int i; | int i; |
| 125 | for (i = _pcre_utt_size; i >= 0; i--) | for (i = _pcre_utt_size - 1; i >= 0; i--) |
| 126 | { | { |
| 127 | if (ptype == _pcre_utt[i].type && pvalue == _pcre_utt[i].value) break; | if (ptype == _pcre_utt[i].type && pvalue == _pcre_utt[i].value) break; |
| 128 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |