]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 8 Jan 2012 21:45:03 +0000 (21:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 8 Jan 2012 21:45:03 +0000 (21:45 +0000)
MagickCore/attribute.c

index fab0be2fba57e5a9f951b6c2a305bd9a852411f5..da50c4baa19864495174749b0bb336f68945c9f3 100644 (file)
@@ -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++)