Blame SOURCES/netpbm-fiasco-overflow.patch

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