]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 31 May 2015 15:28:07 +0000 (15:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 31 May 2015 15:28:07 +0000 (15:28 +0000)
MagickCore/cache.c

index c4c36f5e7084a67bc530f4378de7dd776ea4e3b0..5c467d861f7b36c9ab451d3cc30cb73f19bdffd1 100644 (file)
@@ -498,8 +498,8 @@ static MagickBooleanType ClonePixelCacheOnDisk(CacheInfo *restrict cache_info,
         offset;
 
       offset=0;
-      count=sendfile(clone_info->file,cache_info->file,&offset,
-        (size_t) cache_info->length);
+      count=sendfile(clone_info->file,cache_info->file,&offset,(size_t)
+        cache_info->length);
       if (count == (ssize_t) cache_info->length)
         return(MagickTrue);
     }