[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] lynx2.8.7dev.5
From: |
Thomas Dickey |
Subject: |
Re: [Lynx-dev] lynx2.8.7dev.5 |
Date: |
Sun, 20 May 2007 17:21:17 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On Sun, May 20, 2007 at 09:25:58AM +0000, Thorsten Glaser wrote:
> Thomas Dickey dixit:
>
> >* if iconv_open() using transliteration fails, retry without the
> > transliteration feature -TG
>
> Misalignment:
>
> 957 if (cd == (iconv_t) - 1)
>
> This should obviously be a negative number one, casted, and I think
> that indent found a real buglet here; changing this to
>
> 957 if (cd == (iconv_t)(-1))
yes - it's a minor bug that I did notice...
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
Re: [Lynx-dev] lynx2.8.7dev.5, Thorsten Glaser, 2007/05/20
Re: [Lynx-dev] lynx2.8.7dev.5, Rado S, 2007/05/26