Blame SOURCES/netpbm-fiasco-overflow.patch

608b37
diff -up netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow netpbm-10.47.09/converter/other/fiasco/lib/image.h
608b37
--- netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow	2010-01-25 09:00:48.000000000 +0100
608b37
+++ netpbm-10.47.09/converter/other/fiasco/lib/image.h	2010-01-27 10:29:48.000000000 +0100
608b37
@@ -29,7 +29,7 @@ typedef struct image
608b37
  *  Image data
608b37
  */
608b37
 {
608b37
-   char      id [7];
608b37
+   char      id [8];
608b37
    unsigned  reference_count;
608b37
    unsigned  width;			/* Width of the image */
608b37
    unsigned  height;			/* Height of the image */