lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: lynx incompatible with fastmail.fm


From: Thomas Dickey
Subject: Re: lynx-dev Re: lynx incompatible with fastmail.fm
Date: Sun, 9 Feb 2003 14:24:12 -0500
User-agent: Mutt/1.3.27i

On Sun, Feb 09, 2003 at 07:57:09PM +0100, clemens fischer wrote:
> Thomas Dickey <address@hidden>:
> 
> > On Thu, Feb 06, 2003 at 08:38:28PM +0000, David Woolley wrote:
> >> > Content-Disposition: form-data; name=3D""address@hidden,5517867""=0D
> >> 
> >> It looks like Lynx has got confused by the special characters and added
> >> a spurious level of quoting.
> >
> > Here's a simple fix for that (attached).
> 
> > # 
> > ------------------------------------------------------------------------------
> > # WWW/Library/Implementation/HTParse.c |   22 +++++++++++++++-------
> > # WWW/Library/Implementation/HTParse.h |    3 ++-
> > # src/GridText.c                       |    2 +-
> > # 3 files changed, 18 insertions(+), 9 deletions(-)
> > # 
> > ------------------------------------------------------------------------------
> 
> where do these stats come from, i mean, which tool makes them?

        http://invisible-island.net/diffstat

> > Index: WWW/Library/Implementation/HTParse.c
> > --- lynx2.8.5dev.14+/WWW/Library/Implementation/HTParse.c   Tue Feb  4 
> > 21:18:27 2003
> > +++ lynx2.8.5dev.14a/WWW/Library/Implementation/HTParse.c   Thu Feb  6 
> > 20:07:15 2003
> > @@ -1012,17 +1012,21 @@
> >  
> >  /*
> >  **  Turn a string which is not a RFC 822 token into a quoted-string. - KW
> > +**  The "quoted" parameter tells whether we need the beginning/ending quote
> > +**  marks.  If not, the caller will provide them -TD
> >  */
> > -PUBLIC void HTMake822Word ARGS1(
> > -   char **,        str)
> > +PUBLIC void HTMake822Word ARGS2(
> > +   char **,        str,
> > +   int,            quoted)
> 
> does this patch fix the "fastmail.fm-bug"?  it would make my day.  if
> so, which lynx-vversion will it go into?

It seems to - I'm a little puzzled why this wasn't more visible before.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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