Skip to content
Snippets Groups Projects
Commit 0d60813b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix issue in last commit

Need to update the parameter names as well.
parent 13ca484a
Branches
Tags
1 merge request!455Update branch with changes from master
Pipeline #6244 passed
......@@ -67,7 +67,7 @@ int safe_snprintf(char *dst, size_t size, const char *fmt, ...)
}
#ifdef NEEDS_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t size)
size_t strlcpy(char *dst, const char *src, size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment