From 0c0ff3c59631d0968c888279195ea40d4a7fd824 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 17 Jun 2003 19:24:21 +0000 Subject: [project @ 2003-06-17 19:24:20 by bursa] Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180 --- riscos/jpeg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/jpeg.c') diff --git a/riscos/jpeg.c b/riscos/jpeg.c index f3f939551..db5cc9a22 100644 --- a/riscos/jpeg.c +++ b/riscos/jpeg.c @@ -1,5 +1,5 @@ /** - * $Id: jpeg.c,v 1.5 2003/06/14 11:34:02 bursa Exp $ + * $Id: jpeg.c,v 1.6 2003/06/17 19:24:21 bursa Exp $ * * This is just a temporary implementation using the JPEG renderer * available in some versions of RISC OS. @@ -42,6 +42,7 @@ int jpeg_convert(struct content *c, unsigned int width, unsigned int height) c->height = h; c->title = xcalloc(100, 1); sprintf(c->title, "JPEG image (%ux%u, %lu bytes)", w, h, c->data.jpeg.length); + c->status = CONTENT_STATUS_DONE; return 0; } -- cgit v1.2.3