lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV Re: fotemods typo & memory leak


From: Klaus Weide
Subject: LYNX-DEV Re: fotemods typo & memory leak
Date: Wed, 16 Apr 1997 20:34:05 -0500 (CDT)

One more.  In HText_endAnchor:

        j = (text->last_line->size - i);
        if (LINKS_ARE_NUMBERED &&
            text->last_line->data[j] == ']' && 1 > 1) {
            i--;
            j++;
        }

should be if (keypad_mode == LINKS_ARE_NUMBERED &&  ...  instead.

   Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]