diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-23 18:55:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-23 18:55:36 (GMT) |
commit | 8cdd66656e1601a0ab13a6f2dee966cf749a03d9 (patch) | |
tree | 7bebad1b25ec7b12dffbf404f83daeb23922a6cd /testpar | |
parent | 697078568d2f9fa04b8dc6a8a40d269ad799523e (diff) | |
download | hdf5-8cdd66656e1601a0ab13a6f2dee966cf749a03d9.zip hdf5-8cdd66656e1601a0ab13a6f2dee966cf749a03d9.tar.gz hdf5-8cdd66656e1601a0ab13a6f2dee966cf749a03d9.tar.bz2 |
[svn-r19128] 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')
-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"); |