summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-17 17:28:54 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-17 17:28:54 +0000
commit43a376fd68197db472472db78afd7bb5545fde38 (patch)
tree16789d3f2da364e38df6774a4c1cf8b9f986cf7e /include
parentab4e56b784c952a0aae745a2b1feca0ac0cf592b (diff)
Fix the warnings that are worth fixing, ignore the rest of gcc's nannying
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9117 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 48718a668..84995710d 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -267,7 +267,7 @@ class CoreExport InspIRCd : public classbase
private:
/** Holds the current UID. Used to generate the next one.
*/
- char current_uid[UUID_LENGTH];
+ char current_uid[UUID_LENGTH + 1];
/** Set up the signal handlers
*/