From c6f79bc103609f23c53d789d1b725251a41740ee Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 17 Jan 2013 20:39:20 +0000 Subject: - %lu conversion specifier has been used when it should be %u git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1759 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/m_stats.c b/modules/m_stats.c index 32b0582..77b8d2c 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -934,7 +934,7 @@ stats_operedup(struct Client *source_p, int parc, char *parv[]) (int)(CurrentTime - target_p->localClient->last_privmsg)); } - sendto_one(source_p, ":%s %d %s p :%lu OPER(s)", + sendto_one(source_p, ":%s %d %s p :%u OPER(s)", from, RPL_STATSDEBUG, to, dlink_list_length(&oper_list)); } -- cgit