0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 14:18:53 +02:00

fix newconf.c

This commit is contained in:
William Pitcock 2008-04-01 20:04:03 -05:00
parent 95b3551e55
commit afdc068ce0

View file

@ -1674,7 +1674,7 @@ conf_report_error(const char *fmt, ...)
char msg[IRCD_BUFSIZE + 1] = { 0 }; char msg[IRCD_BUFSIZE + 1] = { 0 };
va_start(ap, fmt); va_start(ap, fmt);
ircvsnprintf(msg, IRCD_BUFSIZE, fmt, ap); rb_vsnprintf(msg, IRCD_BUFSIZE, fmt, ap);
va_end(ap); va_end(ap);
if (testing_conf) if (testing_conf)