diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-08 21:49:40 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-08 21:49:40 (GMT) |
commit | d5c705a642a1ed06fa8dcaa25b61aa75687799d2 (patch) | |
tree | b8d6df906bbc40a0327d47f1da76d293da4aac59 /tools/testfiles/tstring2.ddl | |
parent | 1e800a55ca0c0096c1c8a545387d947eb9f9dd58 (diff) | |
download | hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.zip hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.gz hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.bz2 |
[svn-r8840] Purpose:
bug fix
Description:
when printing array indices , the calculation of the current column was not done correctly
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles/tstring2.ddl')
-rw-r--r-- | tools/testfiles/tstring2.ddl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/testfiles/tstring2.ddl b/tools/testfiles/tstring2.ddl index ddfa67c..c3e9844 100644 --- a/tools/testfiles/tstring2.ddl +++ b/tools/testfiles/tstring2.ddl @@ -7,9 +7,8 @@ DATASET "str4" { DATASPACE SIMPLE { ( 93 ) / ( 93 ) } DATA { "Four score and seven - years ago our fo" - "refathers brought forth on this continent a new n" - "ation\000" + years ago our forefathers brought fo" + "rth on this continent a new nation\000" } } } |