[project @ 2004-05-09 21:15:54 by rjw]

Temporary fix for decoding certain images.

svn path=/import/netsurf/; revision=848
This commit is contained in:
Richard Wilson 2004-05-09 21:15:54 +00:00
parent e5863b17d0
commit 7fa938d09c

View File

@ -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)