lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev funky funky funky


From: brian j pardy
Subject: Re: lynx-dev funky funky funky
Date: Mon, 13 Sep 1999 16:56:30 -0400

On Mon, Sep 13, 1999, Henry Nelson wrote:
> > startup.  Some of the error messages (well at least this one) never got
> > changed from mentioning metamail, so it's a bit misleading.
> 
> If I understand this correctly, it seems that some patch is in order.
> _Attempt_ from novice appended.
> 
> __Henry
> 
> *** lynx2-8-3/src/HTInit.c.orig       Mon Sep 13 16:24:27 1999
> --- lynx2-8-3/src/HTInit.c    Mon Sep 13 16:24:48 1999
> ***************
> *** 642,648 ****
>       char *,         txt)
>   {
>       if (txt)
> !     fprintf(tfp, "metamail: %s\n", txt);
>       exit_immediately(-1);
>       return(-1);
>   }
> --- 642,648 ----
>       char *,         txt)
>   {
>       if (txt)
> !     fprintf(tfp, "lynx: %s\n", txt);
>       exit_immediately(-1);
>       return(-1);
>   }

Just to nitpick a little bit (sorry Henry :) -- seems to me we should
try to use argv[0] here instead of the static string "lynx", in case
someone invokes lynx under a different name.

Not even worth two cents...

-- 
"In order to make an apple pie from scratch, you must first create the
universe."
                -- Carl Sagan, Cosmos

reply via email to

[Prev in Thread] Current Thread [Next in Thread]