Parent Directory
|
Revision Log
|
Patch
| revision 908 by ph10, Mon Jan 30 12:19:29 2012 UTC | revision 909 by ph10, Sat Feb 4 15:01:47 2012 UTC | |
|---|---|---|
| # | Line 4292 while (!done) | Line 4292 while (!done) |
| 4292 | break; | break; |
| 4293 | ||
| 4294 | default: | default: |
| 4295 | if (count < 0 && | if (count < 0 && |
| 4296 | (-count) < (int)(sizeof(errtexts)/sizeof(const char *))) | (-count) < (int)(sizeof(errtexts)/sizeof(const char *))) |
| 4297 | fprintf(outfile, "Error %d (%s)\n", count, errtexts[-count]); | fprintf(outfile, "Error %d (%s)\n", count, errtexts[-count]); |
| 4298 | else | else |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |