I have just found some more information about the strange
error at
http://www.mail-archive.com/[email protected]/msg68061.html
Quote:
That's how you get programs saying things like "strtol: No such file or
directory" ...
The strtol() function returns the result of the conversion, unless the value
would underflow or overflow. If an underflow occurs, strtol() returns
LONG_MIN. If an overflow occurs, strtol() returns LONG_MAX. In both cases,
errno is set to ERANGE. Precisely the same holds for strtoll() (with
LLONG_MIN
and LLONG_MAX instead of LONG_MIN and LONG_MAX).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]