From: Cristy Date: Tue, 26 Apr 2016 16:30:08 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.1-0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e038a2c576bb4693f7be2ef01c1b93af960a465;p=imagemagick ... --- diff --git a/MagickCore/blob.c b/MagickCore/blob.c index d84a9cf1e..d7c6e1a8d 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c @@ -3447,7 +3447,7 @@ MagickExport signed short ReadBlobLSBSignedShort(Image *image) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% ReadBlobMSBLong() reads a ssize_t value as a 32-bit quantity in +% ReadBlobMSBLong() reads a unsigned int value as a 32-bit quantity in % most-significant byte first order. % % The format of the ReadBlobMSBLong method is: @@ -3497,8 +3497,8 @@ MagickExport unsigned int ReadBlobMSBLong(Image *image) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% ReadBlobMSBLongLong() reads a ssize_t value as a 64-bit quantity in -% most-significant byte first order. +% ReadBlobMSBLongLong() reads a unsigned long long value as a 64-bit quantity +% in most-significant byte first order. % % The format of the ReadBlobMSBLongLong method is: % @@ -4653,8 +4653,8 @@ MagickExport ssize_t WriteBlobFloat(Image *image,const float value) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% WriteBlobLong() writes a ssize_t value as a 32-bit quantity in the byte-order -% specified by the endian member of the image structure. +% WriteBlobLong() writes a unsigned int value as a 32-bit quantity in the +% byte-order specified by the endian member of the image structure. % % The format of the WriteBlobLong method is: % @@ -4743,7 +4743,7 @@ MagickExport ssize_t WriteBlobShort(Image *image,const unsigned short value) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% WriteBlobLSBLong() writes a ssize_t value as a 32-bit quantity in +% WriteBlobLSBLong() writes a unsigned int value as a 32-bit quantity in % least-significant byte first order. % % The format of the WriteBlobLSBLong method is: @@ -4782,7 +4782,7 @@ MagickExport ssize_t WriteBlobLSBLong(Image *image,const unsigned int value) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% WriteBlobLSBShort() writes a ssize_t value as a 16-bit quantity in +% WriteBlobLSBShort() writes a unsigned short value as a 16-bit quantity in % least-significant byte first order. % % The format of the WriteBlobLSBShort method is: @@ -4916,7 +4916,7 @@ MagickExport ssize_t WriteBlobLSBSignedShort(Image *image, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% WriteBlobMSBLong() writes a ssize_t value as a 32-bit quantity in +% WriteBlobMSBLong() writes a unsigned int value as a 32-bit quantity in % most-significant byte first order. % % The format of the WriteBlobMSBLong method is: @@ -4999,7 +4999,7 @@ MagickExport ssize_t WriteBlobMSBLongLong(Image *image, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% WriteBlobMSBShort() writes a ssize_t value as a 16-bit quantity in +% WriteBlobMSBShort() writes a unsigned short value as a 16-bit quantity in % most-significant byte first order. % % The format of the WriteBlobMSBShort method is: