mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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
This commit is contained in:
parent
6ce5775a6c
commit
503ae69aa0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user