David,
Here's the contents of the reject file:
***************
*** 1715,1721 ****
void ParseBaseOptions(char *filename)
{
FILE *fd = (FILE *)0;
- char line[MAXLINELENGTH*2];
char *tline,*orig_tline,*tmp;
int Clength, len;
--- 1715,1721 ----
void ParseBaseOptions(char *filename)
{
FILE *fd = (FILE *)0;
+ char line[256];
char *tline,*orig_tline,*tmp;
int Clength, len;
Randy