]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 11 Mar 2003 15:11:35 +0000 (15:11 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 11 Mar 2003 15:11:35 +0000 (15:11 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3447 7a7537e8-13f0-0310-91df-b6672ffda945

filter/image-gif.c

index f477cdec0a61007cd278c84d17329dc4d0de88ba..f2ea42d860ff0d4a4d4daeca4208d8f3666cebf9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$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).
  *
@@ -367,14 +367,14 @@ gif_get_code(FILE *fp,            /* I - File to read from */
     * 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)
   {
    /*
@@ -690,5 +690,5 @@ gif_read_image(FILE       *fp,              /* I - Input file */
 
 
 /*
- * 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 $".
  */