From dadfb1ecc1336541c2fa621d31aa5d5ddd9cf7bc Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 7 Dec 2008 01:11:48 +0000 Subject: Rename case_sensitive_map to rfc_case_sensitive_map git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10851 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/hashcomp.h b/include/hashcomp.h index 03ade20d1..45aa17e58 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -57,7 +57,7 @@ unsigned const char rfc_case_insensitive_map[256] = { /** * Case sensitive map. As per rfc_case_insensitive_map, but case sensitive. duh. */ -unsigned const char case_sensitive_map[256] = { +unsigned const char rfc_case_sensitive_map[256] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, -- cgit v1.2.3