Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/4235
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 18, 2021
1 parent c7039d2 commit eef08cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wand/magick-image.c
Original file line number Diff line number Diff line change
Expand Up @@ -10575,6 +10575,7 @@ WandExport MagickBooleanType MagickSetImageFormat(MagickWand *wand,
return(MagickFalse);
ClearMagickException(wand->exception);
(void) CopyMagickString(wand->images->magick,format,MaxTextExtent);
LocaleUpper(wand->images->magick);
return(MagickTrue);
}

Expand Down

0 comments on commit eef08cc

Please sign in to comment.