Fixed a bug when loading some broken-GIF (the 'lzw_write_pixel' routine was called with pos < 0).

This commit is contained in:
David Capello 2008-02-11 02:05:29 +00:00
parent 7939776b94
commit 11d7c54da5

View File

@ -1,3 +1,8 @@
2008-02-11 David A. Capello <dacap@users.sourceforge.net>
* src/file/gif/lzw.c (LZW_decode): Fixed a bug when loading some
broken-GIF (the 'lzw_write_pixel' routine was called with pos < 0).
2008-02-10 David A. Capello <dacap@users.sourceforge.net> 2008-02-10 David A. Capello <dacap@users.sourceforge.net>
* src/widgets/fileview.c: Finished with thumbnails generation. * src/widgets/fileview.c: Finished with thumbnails generation.