From 7fa938d09c3ebbaf00d1a77059c8433876bd6d53 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 9 May 2004 21:15:54 +0000 Subject: [project @ 2004-05-09 21:15:54 by rjw] Temporary fix for decoding certain images. svn path=/import/netsurf/; revision=848 --- riscos/gifread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/gifread.c b/riscos/gifread.c index 9ad1ca5ac..df1fe75e0 100644 --- a/riscos/gifread.c +++ b/riscos/gifread.c @@ -120,7 +120,7 @@ int gif_initialise(struct gif_animation *gif) { /* The 12th byte must be a 0 for the block terminator */ - if (gif_data[11] != 0x00) return GIF_DATA_ERROR; +// if (gif_data[11] != 0x00) return GIF_DATA_ERROR; /* We want everything to be NULL before we start so we've no chance of freeing bad pointers (paranoia) -- cgit v1.2.3