diff --git a/modules/m_stats.c b/modules/m_stats.c index 56126e8a3..d3b8690f1 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -991,7 +991,7 @@ stats_tstats(struct Client *source_p) sp.is_sbr / 1024); sendto_one_numeric(source_p, RPL_STATSDEBUG, "T :time connected %lu %lu", - sp.is_cti, sp.is_sti); + (long) sp.is_cti, (long) sp.is_sti); } static void