[svn-r1287]

Attributes.html
RM_H5A.html
	Fix bug #326, which pointed out that the H5Aget_name parameters were
	listed in the wrong order.
This commit is contained in:
Frank Baker
1999-05-28 15:09:10 -05:00
parent 3779274df6
commit de0d96dd53
2 changed files with 5 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ And in this document, the
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>,
char *<em>buf</em>, size_t <em>buf_size</em>)</code>
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
'\0' string terminator. If the name of the attribute is longer than