]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diffcore-rename.c
l10n: vi.po(3206t): Update Vietnamese translation
[thirdparty/git.git] / diffcore-rename.c
index 1e4678b7d7cb56ee52f160b55924ddeb863e2872..786f3894984b5652482f313aa489200dd7ff9355 100644 (file)
@@ -341,7 +341,7 @@ static int find_exact_renames(struct diff_options *options)
        /* Add all sources to the hash table in reverse order, because
         * later on they will be retrieved in LIFO order.
         */
-       hashmap_init(&file_table, NULL, rename_src_nr);
+       hashmap_init(&file_table, NULL, NULL, rename_src_nr);
        for (i = rename_src_nr-1; i >= 0; i--)
                insert_file_table(&file_table, i, rename_src[i].p->one);