summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-2.ddl
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-15 19:31:55 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-15 19:31:55 (GMT)
commit71090d2e9ab3977d5b454be115eb7caf8fd56f11 (patch)
tree5faf839b593afcdfd8620cd5fe00b02457d3ece1 /tools/testfiles/tattr-2.ddl
parentd12fa9b5c5ff0eb1919eb4233845867dcc6c63c0 (diff)
downloadhdf5-71090d2e9ab3977d5b454be115eb7caf8fd56f11.zip
hdf5-71090d2e9ab3977d5b454be115eb7caf8fd56f11.tar.gz
hdf5-71090d2e9ab3977d5b454be115eb7caf8fd56f11.tar.bz2
[svn-r3412] Purpose:
Code cleanup Description: Cleaned the code up a bit getting rid of some warnings about "const" being lost from passing a const char * to a function, etc. Also force the error messages to stderr instead of simply printing them to stdout. The same behaviour can be achieved by running h5dump like: h5dump ... 2>&1 however, the error reporting before this change wasn't consistent in its use. I also made some of the error messages clearer (giving names of the failed types and, when there's an "internal error", reporting the line number the error occurred on so that we can debug). Solution: Converted to "fflush(stdout); fprintf(stderr,...);" for all error reportings. Platforms tested: Linux
Diffstat (limited to 'tools/testfiles/tattr-2.ddl')
0 files changed, 0 insertions, 0 deletions