X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/b42e202d6b62ba4eaeccc5dcd5fb65d65ec394e2..e3354945168e45e49cc0716349d44837eef96db1:/src/s_log.c diff --git a/src/s_log.c b/src/s_log.c index 680b8b92..de696d3e 100644 --- a/src/s_log.c +++ b/src/s_log.c @@ -210,7 +210,7 @@ smalldate(void) { static char buf[MAX_DATE_STRING]; struct tm *lt; - time_t ltime = CurrentTime; + time_t ltime = rb_current_time(); lt = localtime(<ime);