SSIZE_MAX));
#else
count=pwrite(cache_info->file,buffer+i,(size_t) MagickMin(length-i,(size_t)
- SSIZE_MAX),(off_t) (offset+i));
+ SSIZE_MAX),offset+i);
#endif
if (count <= 0)
{
SSIZE_MAX));
#else
count=pread(cache_info->file,buffer+i,(size_t) MagickMin(length-i,(size_t)
- SSIZE_MAX),(off_t) (offset+i));
+ SSIZE_MAX),offset+i);
#endif
if (count <= 0)
{
assert(image->cache != (Cache) NULL);
cache_info=(CacheInfo *) image->cache;
assert(cache_info->signature == MagickCoreSignature);
- if (cache_info->methods.sync_authentic_pixels_handler !=
- (SyncAuthenticPixelsHandler) NULL)
+ if (cache_info->methods.sync_authentic_pixels_handler != (SyncAuthenticPixelsHandler) NULL)
{
status=cache_info->methods.sync_authentic_pixels_handler(image,
exception);