diff --git a/selector_table.c b/selector_table.c index 40bdfcd..da495c1 100644 --- a/selector_table.c +++ b/selector_table.c @@ -200,8 +200,8 @@ static inline uint32_t hash_selector(const void *s) { switch (c) { - case '0'...'9': case '@': case 'i': case 'I': case 'l': case 'L': + case 'q': case 'Q': case 's': case 'S': hash = hash * 33 + c; } }