[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev lynx2.8.5dev.16i.patch.gz
From: |
Gisle Vanem |
Subject: |
Re: lynx-dev lynx2.8.5dev.16i.patch.gz |
Date: |
Tue, 6 Jan 2004 01:29:39 +0100 |
"Thomas Dickey" <address@hidden> said:
> I don't see anything interesting at line 4890 (just a right-curly-brace):
This is at line 4873 after appying the patch
ftp://invisible-island.net/temp/lynx2.8.5dev.16i.patch.gz
(the latest AFAICS):
#ifdef EXP_NESTED_TABLES
if (nested_tables) {
enclosing = Stbl_get_enclosing(me->stbl);
me->last_anchor_before_stbl = Stbl_get_last_anchor_before(me->stbl);
if (enclosing == NULL) {
Stbl_free(me->stbl);
free_enclosed_stbl(me);
} else {
if (me->enclosed_stbl == NULL)
me->enclosed_stbl = HTList_new();
HTList_addObject(me->enclosed_stbl, me->stbl);
CTRACE((tfp, "endStblTABLE: postpone free %p\n", me->stbl));
}
me->stbl = enclosing;
} else {
Stbl_free(me->stbl);
me->stbl = NULL;
while (line != NULL && << line 4890
line != text->last_line &&
HText_TrueEmptyLine(line, text, FALSE)) {
}
#else
Stbl_free(me->stbl);
me->stbl = NULL;
#endif
------
Did'nt see anything in the patch that removed that while-loop.
Should it not be there?
--gv
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
Re: lynx-dev lynx2.8.5dev.16i.patch.gz, Thomas Dickey, 2004/01/05