]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 26 Oct 2011 14:11:30 +0000 (14:11 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 26 Oct 2011 14:11:30 +0000 (14:11 +0000)
MagickCore/profile.c

index f63f5f09d0944a86ff57fad1aaa1be115e95eb8f..e3c2e7c56a7ae26b4f3f3275754d8b71ad22e4cb 100644 (file)
@@ -5760,7 +5760,7 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name,
           return(MagickTrue);
         }
 #if !defined(MAGICKCORE_LCMS_DELEGATE)
-      (void) ThrowMagickException(&image->exception,GetMagickModule(),
+      (void) ThrowMagickException(exception,GetMagickModule(),
         MissingDelegateWarning,"DelegateLibrarySupportNotBuiltIn",
         "`%s' (LCMS)",image->filename);
 #else