From 8fad87abe624620388e3b1ca7d6aad1200e69531 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 21 Dec 2000 16:20:46 -0500 Subject: [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 --- doc/html/RM_H5T.html | 6 +++--- 1 file 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 ()
Name: H5Tget_offset
Signature: -
size_t H5Tget_offset(hid_t type_id +
int H5Tget_offset(hid_t type_id )
Purpose:
Retrieves the bit offset of the first significant bit. @@ -1152,8 +1152,8 @@ H5Tget_overflow ()
Identifier of datatype to query.
Returns: -
Returns a positive offset value if successful; - otherwise 0. +
Returns an offset value if successful; + otherwise returns a negative value.
Non-C API(s):
-- cgit v0.12