Parent Directory
|
Revision Log
|
Patch
| revision 259 by ph10, Wed Sep 19 09:52:44 2007 UTC | revision 274 by ph10, Tue Nov 20 10:05:23 2007 UTC | |
|---|---|---|
| # | Line 1098 while (!done) | Line 1098 while (!done) |
| 1098 | ||
| 1099 | if (isalnum(delimiter) || delimiter == '\\') | if (isalnum(delimiter) || delimiter == '\\') |
| 1100 | { | { |
| 1101 | fprintf(outfile, "** Delimiter must not be alphameric or \\\n"); | fprintf(outfile, "** Delimiter must not be alphanumeric or \\\n"); |
| 1102 | goto SKIP_DATA; | goto SKIP_DATA; |
| 1103 | } | } |
| 1104 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |