From 3623d1f46f8c6b1e274a1af30de6e1b16f48c1d8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 Jun 2003 02:30:00 +0000 Subject: [project @ 2003-06-06 02:30:00 by jmb] The segfault returns... svn path=/import/netsurf/; revision=170 --- riscos/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos') diff --git a/riscos/plugin.c b/riscos/plugin.c index 332d221b5..de4b5921a 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -1,5 +1,5 @@ /** - * $Id: plugin.c,v 1.4 2003/06/06 02:08:56 jmb Exp $ + * $Id: plugin.c,v 1.5 2003/06/06 02:30:00 jmb Exp $ */ #include @@ -150,7 +150,7 @@ void plugin_decode(struct content* content, char* url, struct box* box, xfree(po); LOG(("sending data to image handler")); /* TODO - get image handler to draw it */ - html_fetch_image(content, url, box); + /*html_fetch_image(content, url, box);*/ } else { /* not an image; is sys var set? */ -- cgit v1.2.3