diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-21 16:04:08 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-21 16:04:08 (GMT) |
commit | cacc8fa4c6bd301339ce78e8ab41a31ab8bdf654 (patch) | |
tree | f364eb370caa3dff914522121a67cc8f4e297c20 /c++ | |
parent | 229d19bc72ee1775c19428a46ac8e89618cfdb0b (diff) | |
download | hdf5-cacc8fa4c6bd301339ce78e8ab41a31ab8bdf654.zip hdf5-cacc8fa4c6bd301339ce78e8ab41a31ab8bdf654.tar.gz hdf5-cacc8fa4c6bd301339ce78e8ab41a31ab8bdf654.tar.bz2 |
[svn-r9445] Purpose: Bug fix
Description: "char" was considered as always "signed char" in data type conversion. However, ISO C leaves
the definition of "char" to individual implementation. i.e. for IBM AIX C compiler, it's treated as "unsigned
char".
Solution: Changed all "char" to "signed char". Don't even do "char" anymore because its definition is up
to each vendor.
Platforms tested: h5committest
Diffstat (limited to 'c++')
0 files changed, 0 insertions, 0 deletions