type[0]='\0';
(void) ConcatenateMagickString(type,"errr",MagickPathExtent);
- length=ReadBlobMSBLong(image);
+ length=(size_t) ReadBlobMSBLong(image);
count=(unsigned int) ReadBlob(image,4,(unsigned char *) type);
if (logging != MagickFalse)
*/
type[0]='\0';
(void) ConcatenateMagickString(type,"errr",MagickPathExtent);
- length=ReadBlobMSBLong(image);
+ length=(size_t) ReadBlobMSBLong(image);
count=(size_t) ReadBlob(image,4,(unsigned char *) type);
if (logging != MagickFalse)