]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Wed, 1 May 2019 11:53:22 +0000 (07:53 -0400)
committerCristy <urban-warrior@imagemagick.org>
Wed, 1 May 2019 11:53:22 +0000 (07:53 -0400)
MagickCore/cache.c

index 8342d9286fdc26c952c4afd7702fd89df9223ce4..c7532ffab1c76dbc5185921081c67934f5c2cc32 100644 (file)
@@ -4047,7 +4047,7 @@ MagickExport MagickBooleanType PersistPixelCache(Image *image,
       return(MagickFalse);
     }
   clone_info=(CacheInfo *) ClonePixelCache(cache_info);
-  clone_info->type=MapCache;
+  clone_info->type=DiskCache;
   (void) CopyMagickString(clone_info->cache_filename,filename,MagickPathExtent);
   clone_info->file=(-1);
   clone_info->storage_class=cache_info->storage_class;