inotice fixed
This commit is contained in:
parent
bdd19b720a
commit
111b38edc1
|
@ -148,7 +148,7 @@ inotice(const char *format, ...)
|
||||||
va_list args;
|
va_list args;
|
||||||
|
|
||||||
va_start(args, format);
|
va_start(args, format);
|
||||||
ircvsnprintf(buf, sizeof(buf), format, args);
|
rb_vsnprintf(buf, sizeof(buf), format, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
_iprint("notice", buf);
|
_iprint("notice", buf);
|
||||||
|
|
Loading…
Reference in New Issue