Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/4771
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jan 28, 2022
1 parent fca98f0 commit 8e326c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/pdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,7 @@ static MagickBooleanType WritePDFImage(const ImageInfo *image_info,Image *image)
{
(void) WriteBlobByte(image,'0');
(void) WriteBlobByte(image,'0');
(void) WriteBlobByte(image,hex_digits[(utf16[i] >> 4) & 0x0f]);
(void) WriteBlobByte(image,hex_digits[(utf16[i] >> 4) & 0xf0]);
(void) WriteBlobByte(image,hex_digits[utf16[i] & 0x0f]);
}
(void) FormatLocaleString(buffer,MagickPathExtent,">\n");
Expand Down

0 comments on commit 8e326c6

Please sign in to comment.