]> 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 0d768b2ccf350ac2e54edccf53e94feb2dcbca66..12c294c1ce6137d68f3e57a920f9c2eb1195b000 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: image-pnm.c 177 2006-06-21 00:20:03Z jlovell $"
+ * "$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 177 2006-06-21 00:20:03Z jlovell $".
+ * End of "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $".
  */