mirror of
https://github.com/matrix-construct/construct
synced 2024-11-20 08:51:18 +01:00
fix newconf.c
This commit is contained in:
parent
95b3551e55
commit
afdc068ce0
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ conf_report_error(const char *fmt, ...)
|
|||
char msg[IRCD_BUFSIZE + 1] = { 0 };
|
||||
|
||||
va_start(ap, fmt);
|
||||
ircvsnprintf(msg, IRCD_BUFSIZE, fmt, ap);
|
||||
rb_vsnprintf(msg, IRCD_BUFSIZE, fmt, ap);
|
||||
va_end(ap);
|
||||
|
||||
if (testing_conf)
|
||||
|
|
Loading…
Reference in a new issue