From 11d7c54da58ee704752af43f53e244580fddee75 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 11 Feb 2008 02:05:29 +0000 Subject: [PATCH] Fixed a bug when loading some broken-GIF (the 'lzw_write_pixel' routine was called with pos < 0). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2ab46aed..4776aa1e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-11 David A. Capello + + * 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 * src/widgets/fileview.c: Finished with thumbnails generation.