Skip to content

Commit

Permalink
Added missing bom.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 18, 2021
1 parent d273f0f commit ecb2d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/pdf.c
Expand Up @@ -3123,7 +3123,7 @@ static MagickBooleanType WritePDFImage(const ImageInfo *image_info,Image *image,
hex_digits[13]='D';
hex_digits[14]='E';
hex_digits[15]='F';
(void) FormatLocaleString(buffer,MagickPathExtent,"/Title <");
(void) FormatLocaleString(buffer,MagickPathExtent,"/Title <FEFF");
(void) WriteBlobString(image,buffer);
for (i=0; i < (ssize_t) length; i++)
{
Expand Down

0 comments on commit ecb2d22

Please sign in to comment.