On Sat, Jan 07, 2006 at 07:44:20AM -0500, Thomas Dickey wrote:
>         do {
>             counter %= SIZE_TEMPNAME;
              counter %= MAX_TEMPNAME;
>             offset = counter / BITS_PER_CHAR;

(doesn't change the underlying problem, but could have made it worse).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to