From: cristy Date: Sun, 8 Jan 2012 21:45:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d018a9c84e94b756bba5a2319070b6f36fe7299;p=imagemagick --- diff --git a/MagickCore/attribute.c b/MagickCore/attribute.c index fab0be2fb..da50c4baa 100644 --- a/MagickCore/attribute.c +++ b/MagickCore/attribute.c @@ -364,7 +364,7 @@ MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed"); for (i=0; i <= (ssize_t) MaxMap; i++) { - unsigned int + size_t depth; for (depth=1; depth < MAGICKCORE_QUANTUM_DEPTH; depth++)