From 21db9de5f8ede54e042a111f6a753cd43816530b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 20 Aug 2007 02:39:49 +0000 Subject: Make F9 dump box tree to an editor for easier debugging. svn path=/trunk/netsurf/; revision=3529 --- render/box_construct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index bdde7a76c..ed54cc96d 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -628,7 +628,7 @@ bool box_construct_text(xmlNode *n, struct content *content, while (parent->parent && parent->parent->parent) parent = parent->parent; - box_dump(parent, 0); + box_dump(stderr, parent, 0); } assert((*inline_container)->last != 0); (*inline_container)->last->space = 1; -- cgit v1.2.3