Skip to content
Permalink
Browse files Browse the repository at this point in the history
...
  • Loading branch information
Cristy committed Jun 25, 2017
1 parent 5d43fdf commit 46e3aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coders/png.c
Expand Up @@ -4305,6 +4305,8 @@ static Image *ReadOneJNGImage(MngInfo *mng_info,
c;

c=ReadBlobByte(image);
if (c == EOF)
break;
chunk[i]=(unsigned char) c;
}

Expand Down Expand Up @@ -5164,6 +5166,8 @@ static Image *ReadOneMNGImage(MngInfo* mng_info, const ImageInfo *image_info,
c;

c=ReadBlobByte(image);
if (c == EOF)
break;
chunk[i]=(unsigned char) c;
}

Expand Down

0 comments on commit 46e3aab

Please sign in to comment.