]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/image-pnm.c
Load cups into easysw/current.
[thirdparty/cups.git] / filter / image-pnm.c
index 54f6c74470c4497b4d214173c3a4df993d682dbe..12c294c1ce6137d68f3e57a920f9c2eb1195b000 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: image-pnm.c 5509 2006-05-11 11:41:36Z mike $"
+ * "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $"
  *
  *   Portable Any Map file routines for the Common UNIX Printing System (CUPS).
  *
@@ -202,7 +202,7 @@ _cupsImageReadPNM(
             else
             {
               bit = 128;
-              inptr ++;
+              outptr ++;
             }
           }
           break;
@@ -301,5 +301,5 @@ _cupsImageReadPNM(
 
 
 /*
- * End of "$Id: image-pnm.c 5509 2006-05-11 11:41:36Z mike $".
+ * End of "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $".
  */