strlcpy -> rb_strlcpy
This commit is contained in:
parent
6af128685d
commit
f427c8b00d
43 changed files with 118 additions and 152 deletions
|
@ -577,7 +577,7 @@ remove_resv_from_file(struct Client *source_p, const char *name)
|
|||
break;
|
||||
}
|
||||
|
||||
strlcpy(buff, buf, sizeof(buff));
|
||||
rb_strlcpy(buff, buf, sizeof(buff));
|
||||
|
||||
if((p = strchr(buff, '\n')) != NULL)
|
||||
*p = '\0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue