[svn-r2621]

Purpose:
    Bug fix -- #445
Description:
    In RM_H5D.html in the H5 Reference Manual, the H5Dget_storage_size
    entry described the wrong FAILURE return value.
Solution:
    Changed H5Dget_storage_size return value on FAILURE to 0 (zero).
Platforms tested:
    Tested in Internet Explorer 5.
This commit is contained in:
Frank Baker 2000-09-29 16:41:08 -05:00
parent ef190ad4fc
commit fc66832ab0

View File

@ -341,7 +341,7 @@ facilitate moving easily between them.</i>
<dt><strong>Returns:</strong>
<dd>Returns the amount of storage space allocated for the dataset,
not counting meta data;
otherwise returns a negative value.
otherwise returns 0 (zero).
<!--
<dt><strong>Non-C API(s):</strong>
<dd><a href="fortran/h5d_FORTRAN.html#h5dget_storage_size"