commit | a403727ea73ef5840a476a3c4614445807f42827 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sun Aug 28 15:11:39 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sun Aug 28 15:11:39 2011 +0000 |
tree | 990a75f03e9e53191830a4fd51f526b1ecc355b5 | |
parent | 6170ac3e0ac67b0ea3716fe9e886a52c90c1bd3f [diff] [blame] |
diff --git a/MagickCore/xwindow.c b/MagickCore/xwindow.c index 96528c0..ee23c3f 100644 --- a/MagickCore/xwindow.c +++ b/MagickCore/xwindow.c
@@ -2046,7 +2046,7 @@ /* Write info about the image to a file. */ - (void) IdentifyImage(image,file,MagickTrue); + (void) IdentifyImage(image,file,MagickTrue,&image->exception); (void) fclose(file); text=FileToString(filename,~0,&image->exception); (void) RelinquishUniqueFileResource(filename);