git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3447
7a7537e8-13f0-0310-91df-
b6672ffda945
/*
- * "$Id: image-gif.c,v 1.8.2.9 2003/01/24 20:45:16 mike Exp $"
+ * "$Id: image-gif.c,v 1.8.2.10 2003/03/11 15:11:35 mike Exp $"
*
* GIF image routines for the Common UNIX Printing System (CUPS).
*
* Just initialize the input buffer...
*/
- curbit = 0;
- lastbit = 0;
- done = 0;
+ curbit = 0;
+ lastbit = 0;
+ last_byte = 0;
+ done = 0;
return (0);
}
-
if ((curbit + code_size) >= lastbit)
{
/*
/*
- * End of "$Id: image-gif.c,v 1.8.2.9 2003/01/24 20:45:16 mike Exp $".
+ * End of "$Id: image-gif.c,v 1.8.2.10 2003/03/11 15:11:35 mike Exp $".
*/