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 <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
