diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-07 19:01:43 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-07 19:01:43 +0000 |
commit | 275f58a955407eda93c451273bee48e1637e3b4a (patch) | |
tree | a5a4205fe00dfef640c16604f1c83a00d9494ee4 /include | |
parent | 5f76d4b78df189699924f53eff6eb659e8f35091 (diff) |
national_case_sensitive_map -> national_case_insensitive_map.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10861 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/hashcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index a7122c72c..25c2b0dc6 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -60,7 +60,7 @@ unsigned const char rfc_case_insensitive_map[256] = { * This is provided as a pointer so that modules can change it to their custom mapping tables, * e.g. for national character support. */ -extern unsigned const char *national_case_sensitive_map; +extern unsigned const char *national_case_insensitive_map; /** Case insensitive map, ASCII rules. * That is; |