summaryrefslogtreecommitdiffstats
path: root/test/API/testhdf5.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/API/testhdf5.c')
-rw-r--r--test/API/testhdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/API/testhdf5.c b/test/API/testhdf5.c
index 5f2c1b8..62d4a7d 100644
--- a/test/API/testhdf5.c
+++ b/test/API/testhdf5.c
@@ -275,7 +275,7 @@ h5_fixname_real(const char *base_name, hid_t fapl, const char *_suffix, char *fu
if (!base_name || !fullname || size < 1)
return NULL;
- HDmemset(fullname, 0, size);
+ memset(fullname, 0, size);
/* Determine if driver is set by environment variable. If it is,
* only generate a suffix if fixing the filename for the superblock