Thomas Dickey <[EMAIL PROTECTED]>: > On Thu, Feb 06, 2003 at 08:38:28PM +0000, David Woolley wrote: >> > Content-Disposition: form-data; name=3D""MSignal_MC-Send@0,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 [EMAIL PROTECTED]
