about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/image.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 20:52:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 20:52:34 +0000
commit20d548cb7e9291188535aecdbfa2c5edbe41593d (patch)
tree17dfc665fbd4d05263086407ba6ae7593e5bfbf6 /converter/other/fiasco/lib/image.h
parent94745bf46ae3ccfa0622e338a6c0a8e9b4e64041 (diff)
downloadnetpbm-mirror-20d548cb7e9291188535aecdbfa2c5edbe41593d.tar.gz
netpbm-mirror-20d548cb7e9291188535aecdbfa2c5edbe41593d.tar.xz
netpbm-mirror-20d548cb7e9291188535aecdbfa2c5edbe41593d.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3851 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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 */