Parent Directory
|
Revision Log
|
Patch
| revision 391 by ph10, Tue Mar 17 21:16:01 2009 UTC | revision 447 by ph10, Tue Sep 15 18:17:54 2009 UTC | |
|---|---|---|
| # | Line 245 for(;;) | Line 245 for(;;) |
| 245 | else fprintf(f, " "); | else fprintf(f, " "); |
| 246 | fprintf(f, "%s", OP_names[*code]); | fprintf(f, "%s", OP_names[*code]); |
| 247 | break; | break; |
| 248 | ||
| 249 | case OP_CLOSE: | |
| 250 | fprintf(f, " %s %d", OP_names[*code], GET2(code, 1)); | |
| 251 | break; | |
| 252 | ||
| 253 | case OP_CREF: | case OP_CREF: |
| 254 | fprintf(f, "%3d %s", GET2(code,1), OP_names[*code]); | fprintf(f, "%3d %s", GET2(code,1), OP_names[*code]); |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |