commit | e1c94d9d25db6b0dd7a5028ffee31d1057855d73 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Sun Jun 28 12:16:33 2015 +0000 |
committer | cristy <[email protected]> | Sun Jun 28 12:16:33 2015 +0000 |
tree | f23e14cc395bc63a40cd8fa6be3f8506ba034ab0 | |
parent | c8e4bcc9fa12696b13fdafa8052dc74be5eb208a [diff] [blame] |
diff --git a/MagickCore/static.c b/MagickCore/static.c index b0242d5..a91fc84 100644 --- a/MagickCore/static.c +++ b/MagickCore/static.c
@@ -89,7 +89,7 @@ rights; assert(image != (Image **) NULL); - assert((*image)->signature == MagickSignature); + assert((*image)->signature == MagickCoreSignature); if ((*image)->debug != MagickFalse) (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",(*image)->filename); rights=ReadPolicyRights;