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: clemens fischer
Subject: Re: lynx-dev Re: lynx incompatible with fastmail.fm
Date: 9 Feb 2003 19:57:09 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i386-unknown-freebsd4.6.2)

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?

> 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?

  clemens

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

reply via email to

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