diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-14 20:52:17 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-14 20:52:17 +0000 |
commit | 5993a65b87ecf794158dca1ac2602c1755c2a27e (patch) | |
tree | acc99878b60d229d65e2daa24c39879900476acb /src/regchannel.cpp | |
parent | 116a4b2bea556911239f735c467c7b6f1415c0a7 (diff) |
Fixed many windows problems in the debug build
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2960 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r-- | src/regchannel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index a205e7228..d53f496a2 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -25,7 +25,6 @@ ChannelInfo::ChannelInfo(const std::string &chname) throw CoreException("Empty channel passed to ChannelInfo constructor"); next = prev = NULL; - name[0] = last_topic_setter[0] = '\0'; founder = successor = NULL; desc = url = email = last_topic = forbidby = forbidreason = NULL; last_topic_time = 0; |