* make the hash algorithm long, as hash now does
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 18:54:25 +0000 (20:54 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 18:54:25 +0000 (20:54 +0200)
citadel/serv_extensions.c

index ae8ebfbc0258b6ad3b7972dac9486700a68359f6..a35fa1bcf3070bb5fc5ff35532bc744eb37193ce 100644 (file)
@@ -189,7 +189,7 @@ int DLoader_Exec_Cmd(char *cmdbuf)
        return 0;
 }
 
-int FourHash(const char *key, long length) 
+long FourHash(const char *key, long length) 
 {
        int i;
        int ret = 0;