]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 18 May 2014 13:38:30 +0000 (13:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 18 May 2014 13:38:30 +0000 (13:38 +0000)
MagickCore/cache.c

index 204f129f03ed9f1dddf050e671bd168ca9c14c09..d954fce0b66f5af27d2926e8b65c82f84472d709 100644 (file)
@@ -3744,7 +3744,7 @@ MagickExport MagickBooleanType PersistPixelCache(Image *image,
   cache_info=(CacheInfo *) image->cache;
   status=OpenPixelCache(image,IOMode,exception);
   if (status != MagickFalse)
-    status=ClonePixelCacheRepository(cache_info,clone_info,exception);
+    status=ClonePixelCacheRepository(clone_info,cache_info,exception);
   *offset+=cache_info->length+page_size-(cache_info->length % page_size);
   clone_info=(CacheInfo *) DestroyPixelCache(clone_info);
   return(status);