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: Henry Nelson
Subject: Re: lynx-dev funky funky funky
Date: Mon, 13 Sep 1999 19:57:33 +0900 (JST)

> 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);
  }

reply via email to

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