diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-05-19 16:12:39 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-05-19 16:12:39 (GMT) |
commit | 0675cc67f95f54a4e1ab485eb12812fce4cdcdfe (patch) | |
tree | e2afd2790defd5e5064853ce42162dbd0ca574a5 /doc | |
parent | 3a102ab279029bde3c60b96aeb3274d233ae45e2 (diff) | |
download | hdf5-0675cc67f95f54a4e1ab485eb12812fce4cdcdfe.zip hdf5-0675cc67f95f54a4e1ab485eb12812fce4cdcdfe.tar.gz hdf5-0675cc67f95f54a4e1ab485eb12812fce4cdcdfe.tar.bz2 |
[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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5E.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/RM_H5E.html b/doc/html/RM_H5E.html index d84f556..c117396 100644 --- a/doc/html/RM_H5E.html +++ b/doc/html/RM_H5E.html @@ -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> |