strlcpy -> rb_strlcpy

This commit is contained in:
Valery Yatsko 2008-04-20 08:40:40 +04:00
parent 6af128685d
commit f427c8b00d
43 changed files with 118 additions and 152 deletions

View file

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