> > What is the limitation of character number for carnal input file?
>
> I don't have access to the source code any more, but you
> can find (and increase) it in I believe util.c.
I just found that I do still have access. This was fixed (relatively
speaking) in 2001.
Assuming the version you have defines LINELEN, this should fix it:
#define LINELEN (2 * MAXPATHLEN + 1)
or if MAXPATHLEN causes a compile error:
#define LINELEN 200
Bill Ross
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Thu Aug 07 2003 - 23:53:01 PDT