strlcpy -> rb_strlcpy
This commit is contained in:
parent
6af128685d
commit
f427c8b00d
43 changed files with 118 additions and 152 deletions
|
@ -178,7 +178,7 @@ scan_umodes(struct Client *client_p, struct Client *source_p, int parc,
|
|||
{
|
||||
if (!ConfigFileEntry.operspy_dont_care_user_info)
|
||||
{
|
||||
strlcpy(buf, "UMODES", sizeof buf);
|
||||
rb_strlcpy(buf, "UMODES", sizeof buf);
|
||||
for (i = 2; i < parc; i++)
|
||||
{
|
||||
strlcat(buf, " ", sizeof buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue