diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-23 11:27:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-23 11:27:23 +0000 |
commit | 7820d50612c31484ba94b079c127d4cb02526c41 (patch) | |
tree | bec70f02cad38c667936d808a8a80991fbf701da | |
parent | d54d3b574f9be6d453499f2d2f70d7f520becfed (diff) |
Fixed (hopefully) m_blockcolor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2645 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/modules/m_blockcolor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_blockcolor.cpp b/src/modules/m_blockcolor.cpp index 6f612f6b2..1e7f21353 100644 --- a/src/modules/m_blockcolor.cpp +++ b/src/modules/m_blockcolor.cpp @@ -114,7 +114,7 @@ class ModuleBlockColor : public Module break; } - *ctptr++; + ctptr++; } } } |