]> jfr.im git - irc/quakenet/newserv.git/blobdiff - nick/nick.c
a4stats: Fix two cases where the DB result was not cleaned up properly.
[irc/quakenet/newserv.git] / nick / nick.c
index 0dc14ac1855904f497393eb0a478f512c9006f35..b95d597cd826fc1207f13c2e976d06ad1fc78eca 100644 (file)
@@ -51,7 +51,7 @@ const flag accountflags[] = {
    { 'd', AFLAG_DEVELOPER },
    { '\0', 0 } };
 
-#define nickhash(x)       ((crc32i(x))%NICKHASHSIZE)
+#define nickhash(x)       ((irc_crc32i(x))%NICKHASHSIZE)
 
 nick *nicktable[NICKHASHSIZE];
 nick **servernicks[MAXSERVERS];