From 511d66331f68815396aac6012d6787a5c1774d51 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Oct 2004 21:16:00 +0000 Subject: [project @ 2004-10-17 21:16:00 by bursa] Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318 --- riscos/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/search.c') diff --git a/riscos/search.c b/riscos/search.c index 781a43f63..73e495b6a 100644 --- a/riscos/search.c +++ b/riscos/search.c @@ -238,7 +238,7 @@ void do_search(char *string, bool from_top, bool case_sens, bool forwards) if (c->type != CONTENT_HTML) return; - box = c->data.html.layout->children; + box = c->data.html.layout; if (!box) return; -- cgit v1.2.3