Fixed some tyops
1999-07-22 Tomas Ogren <stric@ing.umu.se> * plug-ins/common/gifload.c: * libgimp/gimpunitmenu.c: Fixed some tyops
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
1999-07-22 Tomas Ogren <stric@ing.umu.se>
|
||||||
|
|
||||||
|
* plug-ins/common/gifload.c:
|
||||||
|
* libgimp/gimpunitmenu.c: Fixed some tyops
|
||||||
|
|
||||||
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Update gcc instructions. Remove warning about
|
* README.win32: Update gcc instructions. Remove warning about
|
||||||
|
@ -361,7 +361,7 @@ load_image (char *filename)
|
|||||||
/* Extension */
|
/* Extension */
|
||||||
if (!ReadOK (fd, &c, 1))
|
if (!ReadOK (fd, &c, 1))
|
||||||
{
|
{
|
||||||
g_message (_("GIF: OF / read error on extension function code\n"));
|
g_message (_("GIF: EOF / read error on extension function code\n"));
|
||||||
return image_ID; /* will be -1 if failed on first image! */
|
return image_ID; /* will be -1 if failed on first image! */
|
||||||
}
|
}
|
||||||
DoExtension (fd, c);
|
DoExtension (fd, c);
|
||||||
|
Reference in New Issue
Block a user