summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-12-21 21:20:46 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-12-21 21:20:46 (GMT)
commit8fad87abe624620388e3b1ca7d6aad1200e69531 (patch)
treee0a4349e57ada932b1c4b5e5bb3175f55d81ea31 /doc
parent59aaf67256d86b2ab712351bcffdea3f0dc442a6 (diff)
downloadhdf5-8fad87abe624620388e3b1ca7d6aad1200e69531.zip
hdf5-8fad87abe624620388e3b1ca7d6aad1200e69531.tar.gz
hdf5-8fad87abe624620388e3b1ca7d6aad1200e69531.tar.bz2
[svn-r3181]
Purpose: Bugfix -- #446 Description: H5Tget_offset has been fixed so that it returns a negative value on failure. This is now reflected in RM. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5T.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index c7a8fce..60bc1bb 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -1094,7 +1094,7 @@ H5Tget_overflow ()
<dl>
<dt><strong>Name:</strong> <a name="Datatype-GetOffset">H5Tget_offset</a>
<dt><strong>Signature:</strong>
- <dd><em>size_t </em><code>H5Tget_offset</code>(<em>hid_t </em><code>type_id</code>
+ <dd><em>int </em><code>H5Tget_offset</code>(<em>hid_t </em><code>type_id</code>
)
<dt><strong>Purpose:</strong>
<dd>Retrieves the bit offset of the first significant bit.
@@ -1152,8 +1152,8 @@ H5Tget_overflow ()
<dd>Identifier of datatype to query.
</dl>
<dt><strong>Returns:</strong>
- <dd>Returns a positive offset value if successful;
- otherwise 0.
+ <dd>Returns an offset value if successful;
+ otherwise returns a negative value.
<dt><strong>Non-C API(s):</strong>
<dd><a href="fortran/h5t_FORTRAN.html#h5tget_offset_f"
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>