]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.c
hashmap_add takes "struct hashmap_entry *"
[thirdparty/git.git] / range-diff.c
index 32b29f9594705766e3ef7229f7f9159df9690bb3..96f955d84d0c450dfc989a485f9fcf850d21f398 100644 (file)
@@ -218,7 +218,7 @@ static void find_exact_matches(struct string_list *a, struct string_list *b)
                util->patch = a->items[i].string;
                util->diff = util->patch + util->diff_offset;
                hashmap_entry_init(&util->e, strhash(util->diff));
-               hashmap_add(&map, util);
+               hashmap_add(&map, &util->e);
        }
 
        /* Now try to find exact matches in b */