|
| 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.
;
| [Prev in Thread] | Current Thread | [Next in Thread] |