From 2e588eef3fe7e7108168d095d385502fd8e41b9d Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 25 May 2004 12:36:59 -0500 Subject: [svn-r8573] Purpose: Bugfixes in H5Gset_comment, h5gget_comment_f, and h5gset_comment_f. (Follow-on to the H5Gget_comment bugfix of last week.) Description: Changed C parameter descriptions to indicate the following: 'loc_id' can be file, group, dataset, or named datatype. 'name' can be '.' if 'loc_id' fully describes the object. 'name' is ignored if 'loc_id' is a dataset or named datatype. Modified h5gget_comment_f and h5gset_comment_f notes accordingly. Copy edits in H5Gget/set_comment and h5gget/set_comment_f. Platforms tested: Safari --- doc/html/RM_H5G.html | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index edd91a2..717667e 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -345,7 +345,8 @@ END SUBROUTINE h5gcreate_f The comment is returned in the buffer comment.

At most bufsize characters, including a null - terminator, are copied. The result is not null terminated + terminator, are returned in comment. + The returned value is not null terminated if the comment is longer than the supplied buffer.

If an object does not have a comment, the empty string @@ -354,24 +355,24 @@ END SUBROUTINE h5gcreate_f