mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
3a102ab279
commit
0675cc67f9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user