summaryrefslogtreecommitdiffstats
path: root/test/h5test.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-15 18:56:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-15 18:56:16 (GMT)
commit7e5bc5fbc7bdeeefa37bccd5124978d6b3e20a24 (patch)
tree48e641af6e51c143f58872f9aec949c39922af21 /test/h5test.c
parenta62dc4271dd62eb7a211cbe84e2c0916c87af25a (diff)
downloadhdf5-7e5bc5fbc7bdeeefa37bccd5124978d6b3e20a24.zip
hdf5-7e5bc5fbc7bdeeefa37bccd5124978d6b3e20a24.tar.gz
hdf5-7e5bc5fbc7bdeeefa37bccd5124978d6b3e20a24.tar.bz2
Fix test tmp dir usage
Diffstat (limited to 'test/h5test.c')
-rw-r--r--test/h5test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c
index cd5b1b1..ac9b8f7 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -111,7 +111,7 @@ const char *LIBVER_NAMES[] = {
static H5E_auto2_t err_func = NULL;
static herr_t h5_errors(hid_t estack, void *client_data);
-static char * h5_fixname_real(const char *base_name, hid_t fapl, const char *suffix,
+static char *h5_fixname_real(const char *base_name, hid_t fapl, const char *suffix,
char *fullname, size_t size, hbool_t nest_printf);