>Change the line in souper.c that is currently:-
>
> getNews();
>
>to:-
>
> if (getNews() == 0) return 1;
>
>As I said I think that's all there is to it, if getnews() returns an
>error then souper itself does too. If this doesn't work still then
>I'll need to go and look at my other changes, there are a few others
>but I seem to remember they were just to prduce more wordy error
>messages.
E-Mail and Yarn-List
Chris,
I finally got souper to sortof compile and link. There is a pointer
incompatibility problem where a pointer to int is used as an argument
for a pointer to struct _fd_set. I couldn't find the definition of
_fd_set, but if its first element is an int, the compiler may produce
reasonable results.
Back to your "fix." The problem I was (and still am) having is that
when I SENT mail, souper returns EXIT_SUCCESS when it can't connect.
I wanted an EXIT_FAILURE in this situation.
-----------------
Bill McCarthy
actuary@nando.net
Wendell, NC USA