fix newconf.c

This commit is contained in:
William Pitcock 2008-04-01 20:04:03 -05:00
parent af75e59dc5
commit 40da778118
1 changed files with 1 additions and 1 deletions

View File

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