From 8b02407d93810de79cf62e7aee38e725912d63db Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 24 Apr 2006 17:28:49 +0000 Subject: Fix various typos and warnings git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3907 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index c905a56e9..68c677d09 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -128,7 +128,7 @@ class cmd_check : public command_t * find how many connections from this user's IP -- unlike Asuka, * I define a clone as coming from the same host. --w00t */ - sprintf(ptr, "%l ", FindMatchingGlobal(i->second)); + sprintf(ptr, "%lu ", FindMatchingGlobal(i->second)); if (flags & UCMODE_OP) { -- cgit v1.2.3