Make comment match code.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
* full size of dst, not space left). At most dsize-1 characters
|
||||
* will be copied. Always NUL terminates (unless dsize <= strlen(dst)).
|
||||
* Returns strlen(src) + MIN(dsize, strlen(initial dst)).
|
||||
* If retval >= siz, truncation occurred.
|
||||
* If retval >= dsize, truncation occurred.
|
||||
*/
|
||||
size_t
|
||||
sudo_strlcat(char *dst, const char *src, size_t dsize)
|
||||
|
Reference in New Issue
Block a user