fix s_log.
This commit is contained in:
parent
13640b08e4
commit
e49c49f91a
|
@ -118,7 +118,7 @@ ilog(ilogfile dest, const char *format, ...)
|
|||
return;
|
||||
|
||||
va_start(args, format);
|
||||
ircvsnprintf(buf, sizeof(buf), format, args);
|
||||
rb_vsnprintf(buf, sizeof(buf), format, args);
|
||||
va_end(args);
|
||||
|
||||
rb_snprintf(buf2, sizeof(buf2), "%s %s\n", smalldate(), buf);
|
||||
|
|
Loading…
Reference in New Issue