From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- desktop/textinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/textinput.c') diff --git a/desktop/textinput.c b/desktop/textinput.c index 920d8fa99..708038d9a 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -2128,7 +2128,7 @@ void textarea_reflow(struct browser_window *bw, struct box *textarea, assert(c != NULL); if (!layout_inline_container(inline_container, width, - textarea, 0, 0, c)) + textarea, 0, 0, (struct html_content *) c)) warn_user("NoMemory", 0); textarea->width = width; textarea->height = height; -- cgit v1.2.3