lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.2rel.1-fix.patch.gz


From: dickey
Subject: Re: lynx-dev lynx2.8.2rel.1-fix.patch.gz
Date: Tue, 29 Jun 1999 20:15:30 -0400 (EDT)

>  
> > There's more to change in userdefs.h, 
>  
> >    #define LYNX_RELEASE_DATE "1998" 
>  
> > should become 
>  
> >    #define LYNX_RELEASE_DATE "1999" 
>  
> > Speaking of dates, there's also the years in the Copyright stuff at 
> > the top of the file, maybe those should be updated, too. 
>  
> >     Klaus 
>  
>  
> Tom, please tweak this 1998 rudiment and a forgotten ";" after CTRACE() 
> in reload_read_cfg()/LYMain.c mentioned by 

ok (will check - I already did the 1998 nit last week).

I saw also today a bug report in Debian which reported a core dump.  Will add
this fix:

*** HTML.c.orig Tue Jun 29 08:50:02 1999
--- HTML.c      Tue Jun 29 14:52:17 1999
***************
*** 8091,8097 ****
  
      StrAllocCopy(newtitle, "[");
      StrAllocCat(newtitle,mapstr); /* ISMAP or USEMAP */
!     if ( verbose_img ) {
        StrAllocCat(newtitle,":");
        ptr = strrchr(value[HTML_IMG_SRC], '/');
        if (!ptr) {
--- 8091,8097 ----
  
      StrAllocCopy(newtitle, "[");
      StrAllocCat(newtitle,mapstr); /* ISMAP or USEMAP */
!     if ( verbose_img && value[HTML_IMG_SRC] && *value[HTML_IMG_SRC] ) {
        StrAllocCat(newtitle,":");
        ptr = strrchr(value[HTML_IMG_SRC], '/');
        if (!ptr) {

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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