Remove libratbox's snprintf.c, update related ircd code
This commit is contained in:
parent
e44504ebf1
commit
5203cba5ce
92 changed files with 327 additions and 1120 deletions
|
@ -58,7 +58,7 @@ is_safe_error(const char *message)
|
|||
|
||||
if (!strncmp(message, "Closing Link: 127.0.0.1 (", 25))
|
||||
return 1;
|
||||
rb_snprintf(prefix2, sizeof prefix2,
|
||||
snprintf(prefix2, sizeof prefix2,
|
||||
"Closing Link: 127.0.0.1 %s (", me.name);
|
||||
if (!strncmp(message, prefix2, strlen(prefix2)))
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue