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/gif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/gif.c') diff --git a/riscos/gif.c b/riscos/gif.c index dc2756191..881d8fd74 100644 --- a/riscos/gif.c +++ b/riscos/gif.c @@ -10,7 +10,7 @@ * Add better error handling * - especially where bad GIFs are concerned. * - * $Id: gif.c,v 1.6 2003/06/07 13:07:48 philpem Exp $ + * $Id: gif.c,v 1.7 2003/06/17 19:24:21 bursa Exp $ */ #include @@ -274,6 +274,7 @@ int nsgif_convert(struct content *c, unsigned int iwidth, unsigned int iheight) c->title = xcalloc(100, 1); sprintf(c->title, "GIF image (%lux%lu)", c->width, c->height); + c->status = CONTENT_STATUS_DONE; // Enable this if you want to debug the GIF loader // xosspriteop_save_sprite_file(osspriteop_USER_AREA, c->data.gif.sprite_area, -- cgit v1.2.3