Should use rb_strlcpy instead of strlcpy...
This commit is contained in:
parent
ffe4e4ae65
commit
62656efdd6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ m_who(struct Client *client_p, struct Client *source_p, int parc, const char *pa
|
|||
fmt.querytype = "0";
|
||||
}
|
||||
|
||||
strlcpy(maskcopy, parv[1], sizeof maskcopy);
|
||||
rb_strlcpy(maskcopy, parv[1], sizeof maskcopy);
|
||||
mask = maskcopy;
|
||||
|
||||
collapse(mask);
|
||||
|
|
Loading…
Reference in a new issue