summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-02-05 21:33:09 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-02-05 21:33:09 (GMT)
commit503ae69aa0674d8a28c151a3ba895bb550608fb1 (patch)
tree53317c6bf1c620e4ce642439df4744a29dd77725 /doc
parent6ce5775a6c938da3e477352ec21067142dcb3385 (diff)
downloadhdf5-503ae69aa0674d8a28c151a3ba895bb550608fb1.zip
hdf5-503ae69aa0674d8a28c151a3ba895bb550608fb1.tar.gz
hdf5-503ae69aa0674d8a28c151a3ba895bb550608fb1.tar.bz2
[svn-r3363]
Purpose: The variable specifying one possible creation length for a variable-length string was misidentified. Solution: Changed erroneous occurence of H5T_STRING_VARIABLE to the correct occurence of H5T_VARIABLE. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Datatypes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html
index 560ef9b..d7ab7a2 100644
--- a/doc/html/Datatypes.html
+++ b/doc/html/Datatypes.html
@@ -2021,7 +2021,7 @@ struct for VL datatypes.
VL strings may be created in one of two ways: by creating a VL datatype with
a base type of <code>H5T_NATIVE_ASCII</code>, <code>H5T_NATIVE_UNICODE</code>,
etc., or by creating a string datatype and setting its length to
-<code>H5T_STRING_VARIABLE</code>. The second method is used to access
+<code>H5T_VARIABLE</code>. The second method is used to access
native VL strings in memory. The library will convert between the two types,
but they are stored on disk using different datatypes and have different
memory representations.
@@ -2881,7 +2881,7 @@ H5Tregister(H5T_PERS_SOFT, "cus2be",
<!-- Created: Thu Dec 4 14:57:32 EST 1997 -->
<!-- hhmts start -->
-Last modified: 17 July 2000
+Last modified: 5 February 2001
<!-- hhmts end -->
<br>