From: Cristy Date: Fri, 24 Feb 2017 01:55:41 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.5-1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d97226bd267cc6f76efe750264fac2cfd450df7c;p=imagemagick ... --- diff --git a/MagickCore/cache.c b/MagickCore/cache.c index 1e79ede50..ded456ef2 100644 --- a/MagickCore/cache.c +++ b/MagickCore/cache.c @@ -3461,7 +3461,7 @@ static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode, assert(cache_info->signature == MagickCoreSignature); if ((AcquireMagickResource(WidthResource,image->columns) == MagickFalse) || (AcquireMagickResource(HeightResource,image->rows) == MagickFalse)) - ThrowBinaryException(IamgeError,"WidthOrHeightExceedsLimit", + ThrowBinaryException(ImageError,"WidthOrHeightExceedsLimit", image->filename); source_info=(*cache_info); source_info.file=(-1);