]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/image-pix.c
Load cups into easysw/current.
[thirdparty/cups.git] / filter / image-pix.c
index ac471669dda942689003bef9fba0e3413abe672f..6d2c18a16f9b2c9f0730bb6bfa2014665e883ce4 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: image-pix.c 5508 2006-05-11 11:41:16Z mike $"
+ * "$Id: image-pix.c 6420 2007-03-30 20:00:59Z mike $"
  *
  *   Alias PIX image routines for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 1993-2006 by Easy Software Products.
+ *   Copyright 1993-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
@@ -88,7 +88,7 @@ _cupsImageReadPIX(
   if (width <= 0 || height <= 0 ||
       (depth != 8 && depth != 24))
   {
-    fprintf(stderr, "ERROR: Bad PIX image dimensions %dx%dx%d\n",
+    fprintf(stderr, "DEBUG: Bad PIX image dimensions %dx%dx%d\n",
             width, height, depth);
     fclose(fp);
     return (1);
@@ -232,5 +232,5 @@ read_short(FILE *fp)                        /* I - File to read from */
 
 
 /*
- * End of "$Id: image-pix.c 5508 2006-05-11 11:41:16Z mike $".
+ * End of "$Id: image-pix.c 6420 2007-03-30 20:00:59Z mike $".
  */