removed returning value when removing entry from setup file hash
[rocksndiamonds.git] / src / tools.c
index d181501ef101fac3a68dd1ece8097a9af4730d24..0b0b7e2ee1e2b5938dfb2e9bb4e7854087019e19 100644 (file)
@@ -11317,9 +11317,9 @@ static unsigned int test_uuid_random_function_better(int max)
 static void TestGeneratingUUIDs_RunTest(int nr, int always_seed, int num_uuids)
 {
   struct hashtable *hash_seeds =
-    create_hashtable(16, 0.75, get_hash_from_key, hash_keys_are_equal);
+    create_hashtable(16, 0.75, get_hash_from_string, hash_key_strings_are_equal);
   struct hashtable *hash_uuids =
-    create_hashtable(16, 0.75, get_hash_from_key, hash_keys_are_equal);
+    create_hashtable(16, 0.75, get_hash_from_string, hash_key_strings_are_equal);
   static char message[100];
   int i;