Skip to content

Commit c18e025

Browse files
author
Cristy
committed
revert
1 parent cdb3ca7 commit c18e025

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

magick/image.c

-2
Original file line numberDiff line numberDiff line change
@@ -2791,8 +2791,6 @@ MagickExport MagickBooleanType SetImageInfo(ImageInfo *image_info,
27912791
if (IsEventLogging() != MagickFalse)
27922792
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",
27932793
image_info->filename);
2794-
if (IsStringTrue(GetImageOption(image_info,"filename:literal")) != MagickFalse)
2795-
return(MagickTrue);
27962794
*subimage='\0';
27972795
GetPathComponent(image_info->filename,SubimagePath,subimage);
27982796
if (*subimage != '\0')

0 commit comments

Comments
 (0)