Skip to content

Commit

Permalink
Corrected length.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 1, 2023
1 parent d95f105 commit 371a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/psd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3473,7 +3473,7 @@ static MagickBooleanType WritePSDImage(const ImageInfo *image_info,
/*
Image resource block.
*/
length=28; /* 0x03EB */
length=0;
bim_profile=(StringInfo *) GetImageProfile(image,"8bim");
icc_profile=GetImageProfile(image,"icc");
if (bim_profile != (StringInfo *) NULL)
Expand Down

0 comments on commit 371a75d

Please sign in to comment.