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