mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r20241] Corrected an error in the comments for H5Oget_comment(_by_name) and H5G_loc_get_comment_cb: the return
value is the size of the comment excluding NULL terminator. No test is needed.
This commit is contained in:
parent
ac3b230f0b
commit
9cfc4f8af3
@ -947,7 +947,7 @@ done:
|
||||
* Purpose: Retrieve the information for an object from a group location
|
||||
* and path to that object
|
||||
*
|
||||
* Return: Success: Number of bytes in the comment including the
|
||||
* Return: Success: Number of bytes in the comment excluding the
|
||||
* null terminator. Zero if the object has no
|
||||
* comment.
|
||||
*
|
||||
|
@ -822,7 +822,7 @@ done:
|
||||
*
|
||||
* Purpose: Retrieve comment for an object.
|
||||
*
|
||||
* Return: Success: Number of bytes in the comment including the
|
||||
* Return: Success: Number of bytes in the comment excluding the
|
||||
* null terminator. Zero if the object has no
|
||||
* comment.
|
||||
*
|
||||
@ -860,7 +860,7 @@ done:
|
||||
*
|
||||
* Purpose: Retrieve comment for an object.
|
||||
*
|
||||
* Return: Success: Number of bytes in the comment including the
|
||||
* Return: Success: Number of bytes in the comment excluding the
|
||||
* null terminator. Zero if the object has no
|
||||
* comment.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user