From 4ce357f09bf1b2676a26c25c64f7d645dc4d5025 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 22 Aug 2005 22:49:52 +0000 Subject: [project @ 2005-08-22 22:49:52 by bursa] More work towards frame targets: add target parameter to box_create(), and copy target down the box tree during construction. svn path=/import/netsurf/; revision=1853 --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index ed213b33b..d6ec4e34f 100644 --- a/render/html.c +++ b/render/html.c @@ -1054,7 +1054,7 @@ void html_object_failed(struct box *box, struct content *content, if (box->next) { /* split this inline container into two inline * containers */ - ic = box_create(0, 0, 0, 0, content); + ic = box_create(0, 0, 0, 0, 0, content); if (!ic) { warn_user("NoMemory", 0); return; -- cgit v1.2.3