]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 26 Apr 2016 16:30:08 +0000 (12:30 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 26 Apr 2016 16:30:08 +0000 (12:30 -0400)
MagickCore/blob.c

index d84a9cf1e326cd2374ed4352a50293c1df241d76..d7c6e1a8db11ded21c7ce2209746450c514ce347 100644 (file)
@@ -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: