diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-05 21:57:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-05 21:57:27 (GMT) |
commit | 9f12d8397515bdc448a1cd605d4d605e07940ca0 (patch) | |
tree | 23d8631558eb1c9543cf9c63d371877870186169 /test/ohdr.c | |
parent | 1ef856f8b56e210fea579b5ae80a3700ac5584cb (diff) | |
download | hdf5-9f12d8397515bdc448a1cd605d4d605e07940ca0.zip hdf5-9f12d8397515bdc448a1cd605d4d605e07940ca0.tar.gz hdf5-9f12d8397515bdc448a1cd605d4d605e07940ca0.tar.bz2 |
Cleanup HD prefix
Diffstat (limited to 'test/ohdr.c')
-rw-r--r-- | test/ohdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ohdr.c b/test/ohdr.c index c5d5ac4..13bac9e 100644 --- a/test/ohdr.c +++ b/test/ohdr.c @@ -1641,7 +1641,7 @@ main(void) /* Display info about testing */ low_string = h5_get_version_string(low); high_string = h5_get_version_string(high); - sprintf(msg, "Using file format version: (%s, %s)", low_string, + HDsprintf(msg, "Using file format version: (%s, %s)", low_string, high_string); HDputs(msg); @@ -1887,7 +1887,7 @@ main(void) return 0; error: - puts("*** TESTS FAILED ***"); + HDputs("*** TESTS FAILED ***"); H5E_BEGIN_TRY { H5Fclose(file); } H5E_END_TRY; |