From fe7811f2dade2442d75eea516b0fe953b1f543af Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 27 Jan 2018 12:30:02 -0500 Subject: [PATCH] ... --- coders/mat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/mat.c b/coders/mat.c index 312b1c125..b5a227d12 100644 --- a/coders/mat.c +++ b/coders/mat.c @@ -794,7 +794,7 @@ static Image *ReadMATImageV4(const ImageInfo *image_info,Image *image, blob = rotated_image->blob; rotated_image->blob = image->blob; rotated_image->colors = image->colors; - image->blob = blob; + image->blob = (BlobInfo *) blob; AppendImageToList(&image,rotated_image); DeleteImageFromList(&image->previous); image = rotated_image; -- 2.40.0