Skip to content

Commit

Permalink
remove spurious Exif namespace (ImageMagick/ImageMagick#5768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 30, 2022
1 parent f559bbd commit a20d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/heic.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ static void WriteProfile(struct heif_context *context,Image *image,
length=GetStringInfoLength(profile);
if (LocaleCompare(name,"EXIF") == 0)
{
StringInfo *exif_profile = StringToStringInfo("\0\0\0\6Exif\0\0");
StringInfo *exif_profile = StringToStringInfo("\0\0\0\0");
ConcatenateStringInfo(exif_profile,profile);
length=GetStringInfoLength(exif_profile);
if (length > 65533L)
Expand Down

0 comments on commit a20d2d3

Please sign in to comment.