From 7e98780bbb998d8864fe908f3331c7f48a1f4a08 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 16:10:09 +0400 Subject: [PATCH] warnings fixed --- modules/m_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_stats.c b/modules/m_stats.c index 56126e8..d3b8690 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