Image
*image;
- MagickBooleanType
- status;
-
MagickOffsetType
count;
return(MagickFalse);
metacontent=GetAuthenticMetacontent(image);
count=dpc_read(file,length,metacontent);
- status=SyncAuthenticPixels(image,exception);
if (count != (MagickOffsetType) length)
return(MagickFalse);
- return(status);
+ return(SyncAuthenticPixels(image,exception));
}
static MagickBooleanType WriteDistributeCachePixels(SplayTreeInfo *registry,
Image
*image;
- MagickBooleanType
- status;
-
MagickOffsetType
count;
if (q == (Quantum *) NULL)
return(MagickFalse);
count=dpc_read(file,length,(unsigned char *) q);
- status=SyncAuthenticPixels(image,exception);
if (count != (MagickOffsetType) length)
return(MagickFalse);
- return(status);
+ return(SyncAuthenticPixels(image,exception));
}
static void *DistributePixelCacheClient(void *socket)