diff options
-rwxr-xr-x | make/calcdep.pl | 2 | ||||
-rw-r--r-- | src/users.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl index 587bd64de..1a1963b31 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -100,7 +100,7 @@ commands: $cmds modules: $mods -.PHONY: inspircd commands modules +.PHONY: all bad-target inspircd commands modules END } 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(); |