about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/image.h')
-rw-r--r--converter/other/fiasco/lib/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/lib/image.h b/converter/other/fiasco/lib/image.h
index a87a3c05..c3c5f0df 100644
--- a/converter/other/fiasco/lib/image.h
+++ b/converter/other/fiasco/lib/image.h
@@ -29,7 +29,7 @@ typedef struct image
  *  Image data
  */
 {
-   char      id [7];
+   char      id [8];         /* NUL-terminated "IFIASCO" */
    unsigned  reference_count;
    unsigned  width;			/* Width of the image */
    unsigned  height;			/* Height of the image */