diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-23 18:55:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-23 18:55:24 (GMT) |
commit | 4ebdf9e2789a249ffba0259f69259e3b21efb665 (patch) | |
tree | f686b6c043529cc8d932d54ca7c56e1611f953ff /testpar/t_span_tree.c | |
parent | 1f685d5d53ce22fd4e079b60634ba27ec9e1449c (diff) | |
download | hdf5-4ebdf9e2789a249ffba0259f69259e3b21efb665.zip hdf5-4ebdf9e2789a249ffba0259f69259e3b21efb665.tar.gz hdf5-4ebdf9e2789a249ffba0259f69259e3b21efb665.tar.bz2 |
[svn-r19127] Description:
Change use of API wrapper to using versioned API routine (i.e. H5Eprint
-> H5Eprint2)
Tested on:
None, eyeballed only, too simple
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r-- | testpar/t_span_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index 5425377..25066a2 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -2235,7 +2235,7 @@ lower_dim_size_comp_test__run_test(const int chunk_edge_size, xfer_plist, large_ds_buf_0); - if ( ret < 0 ) H5Eprint(H5E_DEFAULT, stderr); + if ( ret < 0 ) H5Eprint2(H5E_DEFAULT, stderr); VRFY((ret >= 0), "H5Dwrite() large_dataset initial write succeeded"); |