[project @ 2005-04-17 16:56:41 by bursa]

Fix frameset code.

svn path=/import/netsurf/; revision=1663
This commit is contained in:
James Bursa 2005-04-17 16:56:41 +00:00
parent b1848eb109
commit 2f389b3032
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
* Conversion of XML tree to box tree (implementation).
*/
#define _GNU_SOURCE /* for strndup */
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
@ -1473,7 +1474,7 @@ bool box_frameset(BOX_SPECIAL_PARAMS)
content);
if (!frameset_box)
return false;
if (!box_frameset(n, content, frameset_box, 0))
if (!box_frameset(c, content, frameset_box, 0))
return false;
box_add_child(cell_box, frameset_box);