From 23bf43133d5fc525afafdc47398cd92b3b68797d Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 2 Feb 2023 22:27:36 -0500 Subject: [PATCH] revert --- coders/png.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/png.c b/coders/png.c index 08205f6f4b..5e6d11fdbf 100644 --- a/coders/png.c +++ b/coders/png.c @@ -3852,7 +3852,6 @@ static Image *ReadOnePNGImage(MngInfo *mng_info, (void) FormatLocaleString(key,MaxTextExtent,"%s",text[i].key); if ((LocaleCompare(key,"version") == 0) || - (LocaleCompare(key,"profile") == 0) || (LocaleCompare(key,"width") == 0)) (void) FormatLocaleString(key,MagickPathExtent,"png:%s", text[i].key);