[svn-r1578]

Attributes.html
RM_H5A.html
	Corrected H5Aget_name return type.
	(Each file had a different return type; both were wrong!)
This commit is contained in:
Frank Baker
1999-08-19 15:27:21 -05:00
parent 91e75701b4
commit 8d2f82f859
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@
or resource leaks will develop.
This function returns a datatype ID for success or negative for failure.
<br><br>
<dt><code>size_t H5Aget_name (hid_t <em>attr_id</em>,
<dt><code>ssize_t H5Aget_name (hid_t <em>attr_id</em>,
size_t <em>buf_size</em>, char *<em>buf</em>)</code>
<dd>This function retrieves the name of an attribute for an attribute ID.
Up to <em>buf_size</em> characters are stored in <em>buf</em> followed by a