summaryrefslogtreecommitdiff
path: root/graphics/autotrace/patches/patch-aa
blob: 63d9d0eb30876abac9733bb3032c171886aa1d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2001/02/15 15:25:57 wiz Exp $

--- input-magick.c.orig	Mon Nov 13 16:43:34 2000
+++ input-magick.c
@@ -32,7 +32,7 @@
 #else
   image=ReadImage(image_info,&exception);
   if (image == (Image *) NULL)
-    MagickError(exception.severity,exception.message,exception.qualifier);
+    MagickError(exception.severity,exception.reason,exception.description);
 #endif
   
   image_type=GetImageType(image);