summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5D.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-09-29 21:41:08 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-09-29 21:41:08 (GMT)
commitfc66832ab0b92b020e026b003fa244ac86d75d0e (patch)
treee892871297694639729a53ec489cc5ba681ecec7 /doc/html/RM_H5D.html
parentef190ad4fcfe08683b3d50436a9a29481f30a99d (diff)
downloadhdf5-fc66832ab0b92b020e026b003fa244ac86d75d0e.zip
hdf5-fc66832ab0b92b020e026b003fa244ac86d75d0e.tar.gz
hdf5-fc66832ab0b92b020e026b003fa244ac86d75d0e.tar.bz2
[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.
Diffstat (limited to 'doc/html/RM_H5D.html')
-rw-r--r--doc/html/RM_H5D.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html
index 715c8d0..c5c7b00 100644
--- a/doc/html/RM_H5D.html
+++ b/doc/html/RM_H5D.html
@@ -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"