diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-19 21:29:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-19 21:29:14 +0000 |
commit | 552ab1e39852733203d2037aa0bbaa1b63fd94a2 (patch) | |
tree | 2d73b7466d568b4b977a26ea768b5ba0f9cd8b11 /include/channels.h | |
parent | 31f1e7ad092f8bf16ee653cc105eea4a769650ca (diff) |
More correctly state the lookup arrays as unsigned char, not char
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9771 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 7f1be6c5a..bf06e760a 100644 --- a/include/channels.h +++ b/include/channels.h @@ -142,7 +142,7 @@ class CoreExport Channel : public Extensible * for mode +A, index 0. Use modechar-65 to calculate which * field to check. */ - char modes[64]; + unsigned char modes[64]; /** User lists. * There are four user lists, one for |