From fc66832ab0b92b020e026b003fa244ac86d75d0e Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 29 Sep 2000 16:41:08 -0500 Subject: [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. --- doc/html/RM_H5D.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
Returns:
Returns the amount of storage space allocated for the dataset, not counting meta data; - otherwise returns a negative value. + otherwise returns 0 (zero).