From 41940d88c082a27d5b52d584fc044d6fa832aabd Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 28 Apr 2018 18:44:14 +0000 Subject: Release 10.82.01 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3243 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/ppm/ilbmtoppm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'converter') diff --git a/converter/ppm/ilbmtoppm.c b/converter/ppm/ilbmtoppm.c index 662be0b5..280ca939 100644 --- a/converter/ppm/ilbmtoppm.c +++ b/converter/ppm/ilbmtoppm.c @@ -403,6 +403,8 @@ read_clut(FILE * const ifP, unsigned long remainingChunksize; unsigned int i; + remainingChunksize = chunksize; /* initial value */ + type = get_big_long(ifP, iffid, &remainingChunksize); get_big_long(ifP, iffid, &remainingChunksize); /* skip reserved fld */ -- cgit 1.4.1