From 7e5b5d893a3fadda340c7de17533fc233c2c7dca Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Feb 2006 12:02:01 +0000 Subject: [PATCH] How did this random stray '1' get in here before the brace? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3332 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_remove.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 2c7fd8b9d..5cbc38499 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -22,7 +22,7 @@ static Server *Srv; /* This little function just converts a chanmode character (~ & @ & +) into an integer (5 4 3 2 1) */ /* XXX - this could be handy in the core, so it can be used elsewhere */ int chartolevel(std::string &privs) -{1 +{ const char* n = privs.c_str(); switch (*n) -- 2.39.2