[svn-r10760] Purpose: Minor Modification

Description: changed return type of H5Eget_num from SIZE_T to SSIZE_T to include
negative return value for failure.


Platforms tested: Not needed
This commit is contained in:
Raymond Lu 2005-05-19 11:12:39 -05:00
parent 3a102ab279
commit 0675cc67f9

View File

@ -627,7 +627,7 @@ END SUBROUTINE h5eget_minor_f
<dl>
<dt><strong>Name:</strong> <a name="Error-GetNum">H5Eget_num</a>
<dt><strong>Signature:</strong>
<dd><em>size_t</em> <code>H5Eget_num</code>(<em>hid_t</em> <code>error_stack</code>)
<dd><em>ssize_t</em> <code>H5Eget_num</code>(<em>hid_t</em> <code>error_stack</code>)
<dt><strong>Purpose:</strong>
<dd>Retrieves the number of error messages in an error stack.
<dt><strong>Description:</strong>