diff options
Diffstat (limited to 'doc/html/RM_H5A.html')
-rw-r--r-- | doc/html/RM_H5A.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html index 9425dff..7bc207c 100644 --- a/doc/html/RM_H5A.html +++ b/doc/html/RM_H5A.html @@ -451,7 +451,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the Up to <code>buf_size</code> characters are stored in <code>buf</code> followed by a <code>\0</code> string terminator. If the name of the attribute is longer than - <code>buf_size</code> -1, the string terminator is stored in the + <code>(buf_size -1)</code>, the string terminator is stored in the last position of the buffer to properly terminate the string. <dt><strong>Parameters:</strong> <dl> @@ -510,7 +510,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the <dl> <dt><strong>Name:</strong> <a name="Annot-Iterate">H5Aiterate</a> <dt><strong>Signature:</strong> - <dd><em>int</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>, + <dd><em>herr_t</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>, <em>unsigned *</em> <code>idx</code>, <em>H5A_operator_t</em> <code>op</code>, <em>void *</em><code>op_data</code> |