]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 15 Jan 2014 00:08:09 +0000 (00:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 15 Jan 2014 00:08:09 +0000 (00:08 +0000)
coders/pcd.c

index 5be0291849a3cf25e4be201c132f40b212e1fd79..a9f14225835f95e56803b1f6a7f73943caeae32f 100644 (file)
@@ -193,7 +193,7 @@ static MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
   for (i=0; i < 3; i++)
   {
     pcd_table[i]=(PCDTable *) NULL;
-    pcd_length=0;
+    pcd_length[i]=0;
   }
   for (i=0; i < (image->columns > 1536 ? 3 : 1); i++)
   {