summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-28 18:32:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-28 18:32:01 (GMT)
commitd8ec4df92880d98907b12af8fc9fff86e0631270 (patch)
treec2ed10db6ddf23bc4f366260cdf5cf7663ae47be /test/tmisc.c
parentebc3d3eda5b9e5c3090322e19898e47141efeadd (diff)
downloadhdf5-d8ec4df92880d98907b12af8fc9fff86e0631270.zip
hdf5-d8ec4df92880d98907b12af8fc9fff86e0631270.tar.gz
hdf5-d8ec4df92880d98907b12af8fc9fff86e0631270.tar.bz2
Update system commands with HD prefix and whitespace
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index 1e62302..22e1aad 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -2272,7 +2272,7 @@ misc13_insert_user_block(const char *old_name, const char *new_name, const char
CHECK_PTR(user_block, "HDcalloc");
/* Copy in the user block data */
- HDmemcpy(user_block, str, strlen(str));
+ HDmemcpy(user_block, str, HDstrlen(str));
/* Open the new file */
new_fp = HDfopen(new_name,"wb");