summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r--src/H5FDfamily.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c
index c826163..cacc758 100644
--- a/src/H5FDfamily.c
+++ b/src/H5FDfamily.c
@@ -623,7 +623,7 @@ H5FD_family_sb_encode(H5FD_t *_file, char *name/*out*/,
FUNC_ENTER_NOAPI(H5FD_family_sb_encode, FAIL)
/* Name and version number */
- strncpy(name, "NCSAfami",8);
+ strncpy(name, "NCSAfami", (size_t)8);
name[8] = '\0';
/* copy member file size */