]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 5 Dec 2009 15:07:53 +0000 (15:07 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 5 Dec 2009 15:07:53 +0000 (15:07 +0000)
magick/cache.c

index 03bc47abe65c916d329636a6c0367178169c0105..20e18dc919bb534802433227357372ebb519e75a 100644 (file)
@@ -3977,7 +3977,7 @@ static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode,
               */
               if (image->debug != MagickFalse)
                 {
-                  (void) FormatMagickSize(cache_info->length,MagickFalse,
+                  (void) FormatMagickSize(cache_info->length,MagickTrue,
                     format);
                   (void) FormatMagickString(message,MaxTextExtent,
                     "open %s (%s memory, %lux%lu %s)",cache_info->filename,
@@ -4070,7 +4070,7 @@ static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode,
                 }
               if (image->debug != MagickFalse)
                 {
-                  (void) FormatMagickSize(cache_info->length,MagickFalse,
+                  (void) FormatMagickSize(cache_info->length,MagickTrue,
                     format);
                   (void) FormatMagickString(message,MaxTextExtent,
                     "open %s (%s[%d], memory-mapped, %lux%lu %s)",