From 988784816b1a21b20da99a20c8ca02de793000fd Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 4 Jan 2010 17:04:08 +0000 Subject: GCC 4.5 warning fixups git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12241 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/users.cpp b/src/users.cpp index 98c362f95..cb8243934 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -104,7 +104,7 @@ std::string User::ProcessNoticeMasks(const char *sm) break; } - *c++; + c++; } std::string s = this->FormatNoticeMasks(); -- cgit v1.2.3