[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user