summaryrefslogtreecommitdiffstats
path: root/all.zip
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-21 17:39:38 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-21 17:39:38 (GMT)
commit82f9e0338ad3ba2f0cb9116305b1304f4ba0f12c (patch)
tree873bac1653e7d31b00cc6320fa9a5bb428a854a8 /all.zip
parenta7e6dfe5bc705841ca1faf2d8e5c5d63f8c760f5 (diff)
downloadhdf5-82f9e0338ad3ba2f0cb9116305b1304f4ba0f12c.zip
hdf5-82f9e0338ad3ba2f0cb9116305b1304f4ba0f12c.tar.gz
hdf5-82f9e0338ad3ba2f0cb9116305b1304f4ba0f12c.tar.bz2
[svn-r2984] Purpose:
Bug fix Description: The code for determining what a string should print out if it was declared as H5T_STR_NULLTERM (C strings), H5T_STR_SPACEPAD (Fortran strings), or H5T_STR_NULLPAD (print null characters to the end of the line) was mucked. A user had a problem with it and suggested a change, but the change didn't seem to work properly. Also, if the string was H5T_STR_SPACEPAD, it could have stopped when encountering a NULL even if it hadn't gotten to the end of the string. Solution: Reworked the code to make it more understandable what's happening and to add in support for H5T_STR_SPACEPAD which may have been missing before. Platforms tested: Linux
Diffstat (limited to 'all.zip')
0 files changed, 0 insertions, 0 deletions