Should use rb_strlcpy instead of strlcpy...

This commit is contained in:
Jilles Tjoelker 2008-11-09 01:05:39 +01:00
parent 44913ac65f
commit 863efb0e6b
1 changed files with 1 additions and 1 deletions

View File

@ -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);