Applied patch from Rik Snel that fixes loading of .gif files that contains

2008-06-01  Martin Nordholts  <martinn@svn.gnome.org>

	* plug-ins/common/gif-load.c (GetCode): Applied patch from Rik
	Snel that fixes loading of .gif files that contains 1-byte data
	blocks. (Bug #535888.)

svn path=/trunk/; revision=25876
This commit is contained in:
Martin Nordholts 2008-06-01 15:07:36 +00:00 committed by Martin Nordholts
parent 368c855c90
commit 3dad6b0df3
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-06-01 Martin Nordholts <martinn@svn.gnome.org>
* plug-ins/common/gif-load.c (GetCode): Applied patch from Rik
Snel that fixes loading of .gif files that contains 1-byte data
blocks. (Bug #535888.)
2008-05-31 Martin Nordholts <martinn@svn.gnome.org>
Add keyboard shortcut support for reseting to default value of

View file

@ -624,7 +624,7 @@ GetCode (FILE *fd,
return 0;
}
if ((curbit + code_size) >= lastbit)
while ((curbit + code_size) >= lastbit)
{
if (done)
{