summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:30:00 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:30:00 +0000
commit3623d1f46f8c6b1e274a1af30de6e1b16f48c1d8 (patch)
tree86ae0132a10d96170fc25b1a622b36f811916e96 /riscos
parent5886e3ed2a2332860d7688b6e4fe61369c2ea2b2 (diff)
downloadnetsurf-3623d1f46f8c6b1e274a1af30de6e1b16f48c1d8.tar.gz
netsurf-3623d1f46f8c6b1e274a1af30de6e1b16f48c1d8.tar.bz2
[project @ 2003-06-06 02:30:00 by jmb]
The segfault returns... svn path=/import/netsurf/; revision=170
Diffstat (limited to 'riscos')
-rw-r--r--riscos/plugin.c4
1 files changed, 2 insertions, 2 deletions
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 <assert.h>
@@ -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? */