Parent Directory
|
Revision Log
|
Patch
| revision 239 by ph10, Wed Aug 15 15:21:04 2007 UTC | revision 240 by ph10, Tue Sep 11 15:47:20 2007 UTC | |
|---|---|---|
| # | Line 126 for (i = _pcre_utt_size - 1; i >= 0; i-- | Line 126 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 | } | } |
| 129 | return (i >= 0)? _pcre_utt[i].name : "??"; | return (i >= 0)? _pcre_utt_names + _pcre_utt[i].name_offset : "??"; |
| 130 | #else | #else |
| 131 | /* It gets harder and harder to shut off unwanted compiler warnings. */ | /* It gets harder and harder to shut off unwanted compiler warnings. */ |
| 132 | ptype = ptype * pvalue; | ptype = ptype * pvalue; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |