Commit dd955a6d7 for imagemagick.org
commit dd955a6d7dc383cbb1947b4160ea4df5db3e7e81
Author: Cristy <urban-warrior@imagemagick.org>
Date: Sat Jun 13 11:53:33 2026 -0400
eliminate compiler exception
diff --git a/coders/vicar.c b/coders/vicar.c
index e5f9a680a..d8f11e51c 100644
--- a/coders/vicar.c
+++ b/coders/vicar.c
@@ -362,7 +362,7 @@ static Image *ReadVICARImage(const ImageInfo *image_info,
if ((image->columns == 0) || (image->rows == 0))
ThrowReaderException(CorruptImageError,"NegativeOrZeroImageSize");
image->depth=8;
- if (LocaleCompare(fo*rmat,"byte") == 0)
+ if (LocaleCompare(format,"byte") == 0)
;
else
if (LocaleCompare(format,"half") == 0)