]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
use an rpath to avoid LD_LIBRARY_PATH stuff
[irc/rqf/shadowircd.git] / src / newconf.c
index a8462e1616155217080fac71229af016755c23cf..e36882f2fd83b52f44120f3cad44becc4be9c442 100644 (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)