fix s_log.
This commit is contained in:
parent
c75fdbfb29
commit
6aae811eb3
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ilog(ilogfile dest, const char *format, ...)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
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);
|
||||||
|
|
||||||
rb_snprintf(buf2, sizeof(buf2), "%s %s\n", smalldate(), buf);
|
rb_snprintf(buf2, sizeof(buf2), "%s %s\n", smalldate(), buf);
|
||||||
|
|
Loading…
Reference in a new issue