mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
[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:
parent
e5863b17d0
commit
7fa938d09c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user