mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
ef190ad4fc
commit
fc66832ab0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user