Parent Directory
|
Revision Log
|
Patch
| revision 598 by ph10, Sat May 7 15:37:31 2011 UTC | revision 604 by ph10, Thu Jun 2 19:04:54 2011 UTC | |
|---|---|---|
| # | Line 2910 while (!done) | Line 2910 while (!done) |
| 2910 | break; | break; |
| 2911 | ||
| 2912 | default: | default: |
| 2913 | fprintf(outfile, "Error %d (%s)\n", count, errtexts[-count]); | if (count < 0 && (-count) < sizeof(errtexts)/sizeof(const char *)) |
| 2914 | fprintf(outfile, "Error %d (%s)\n", count, errtexts[-count]); | |
| 2915 | else | |
| 2916 | fprintf(outfile, "Error %d (Unexpected value)\n", count); | |
| 2917 | break; | break; |
| 2918 | } | } |
| 2919 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |