Commit 8ddc98d11 for imagemagick.org
commit 8ddc98d1190e1f6ead990d087dafbfdb79997564
Author: Cristy <urban-warrior@imagemagick.org>
Date: Tue Feb 10 20:03:03 2026 -0500
fix compiler warning
diff --git a/coders/msl.c b/coders/msl.c
index 99e31f158..8f6c14264 100644
--- a/coders/msl.c
+++ b/coders/msl.c
@@ -3064,8 +3064,8 @@ static void MSLStartElement(void *context,const xmlChar *tag,
sizeof(*msl_info->group_info));
if (msl_info->group_info == (MSLGroupInfo *) NULL)
{
- ThrowMSLException(ResourceLimitFatalError,"UnableToInterpretMSLImage",
- keyword);
+ ThrowMSLException(ResourceLimitFatalError,
+ "UnableToInterpretMSLImage",tag);
break;
}
msl_info->group_info[msl_info->number_groups].numImages=0;