summaryrefslogtreecommitdiffstats
path: root/65692230ba98b5735b911565682010afc67c769f.patch
diff options
context:
space:
mode:
Diffstat (limited to '65692230ba98b5735b911565682010afc67c769f.patch')
-rw-r--r--65692230ba98b5735b911565682010afc67c769f.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/65692230ba98b5735b911565682010afc67c769f.patch b/65692230ba98b5735b911565682010afc67c769f.patch
new file mode 100644
index 0000000..6b012eb
--- /dev/null
+++ b/65692230ba98b5735b911565682010afc67c769f.patch
@@ -0,0 +1,22 @@
+From 65692230ba98b5735b911565682010afc67c769f Mon Sep 17 00:00:00 2001
+From: Cristy <urban-warrior@imagemagick.org>
+Date: Sun, 26 Mar 2023 08:32:25 -0400
+Subject: [PATCH] fix compiler exception
+
+---
+ coders/jpeg.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/coders/jpeg.c b/coders/jpeg.c
+index 62b01186c..7a50bc926 100644
+--- a/coders/jpeg.c
++++ b/coders/jpeg.c
+@@ -2293,7 +2293,7 @@ static MagickBooleanType WriteJPEGImage_(const ImageInfo *image_info,
+ *exception;
+
+ Image
+- *jps_images = (Image *) NULL,
++ *jps_image = (Image *) NULL,
+ *volatile volatile_image = (Image *) NULL;
+
+ int