inotice fixed
This commit is contained in:
parent
f62e27ad8d
commit
2454b79add
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ inotice(const char *format, ...)
|
|||
va_list args;
|
||||
|
||||
va_start(args, format);
|
||||
ircvsnprintf(buf, sizeof(buf), format, args);
|
||||
rb_vsnprintf(buf, sizeof(buf), format, args);
|
||||
va_end(args);
|
||||
|
||||
_iprint("notice", buf);
|
||||
|
|
Loading…
Reference in a new issue