fix monitor.c

This commit is contained in:
William Pitcock 2008-04-01 20:03:40 -05:00
parent 3c8a7c391c
commit af75e59dc5
1 changed files with 55 additions and 55 deletions

View File

@ -49,7 +49,7 @@ init_monitor(void)
static inline unsigned int
hash_monitor_nick(const char *name)
{
return fnv_hash_upper((const unsigned char *)name, MONITOR_HASH_BITS, 0);
return fnv_hash_upper((const unsigned char *)name, MONITOR_HASH_BITS);
}
struct monitor *