[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] lynx2.8.7dev.5
From: |
Thorsten Glaser |
Subject: |
Re: [Lynx-dev] lynx2.8.7dev.5 |
Date: |
Sun, 20 May 2007 09:25:58 +0000 (UTC) |
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))
bye,
//mirabile
--
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence. -- Coywolf Qi Hunt
Re: [Lynx-dev] lynx2.8.7dev.5, Thorsten Glaser, 2007/05/20
Re: [Lynx-dev] lynx2.8.7dev.5, Rado S, 2007/05/26